From 4b6ee5b38d8e3215e90d3b8d739a550fed9588a5 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 16 Apr 2022 00:13:41 +0000 Subject: [PATCH] AU: 3 updated - chromium mpc-hc-clsid2 vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/d4bded32c9c1fb12be82d5880a894a4e8abe33ca --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mpc-hc-clsid2/legal/VERIFICATION.txt | 8 ++++---- automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec | 2 +- automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 062f93750da..464018e7496 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "103.0.5006.0-snapshots", - "stable": "100.0.4896.88" + "stable": "100.0.4896.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index dc74061721a..3fffacc0646 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 103.0.5006.0-snapshots - Chromium Snapshots + 100.0.4896.127 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b7767df3c8a..01b036ba30c 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 6E8D4D762A95825F247AC2B59956E1CF80E2E6F19E9590274201A5DBF3066BFE - checksum64: 249439C3EB7F81C89B13D0B47280AB0E0DD17C418C6527B549ADD66C0C91E04F + checksum32: 961215E625A2EE81AE8178592B3429652BD00677FBC77756456886AABEB1A497 + checksum64: BF8E567CC48694C9DAC96726586F0AF835A0ABFD3AE980601A566600D1C459A6 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0725a224ee5..a9b6b675330 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "103.0.5006.0-snapshots" +$version = "100.0.4896.127" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index 6a28aaa3687..a114de05f45 100644 --- a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt +++ b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 9E88E9099AD356FDA25A2F151287FE76DB1B911DD4C4D1C94A36BF09A01A2A22 - checksum64: 3D6973A469B955DD2BB9E80CC60CB77939225B710EAD4446F7294B186E426C0E + checksum32: 45AAFC408B03238288BBABD1BEC74EAB43B6C4D2A24587B123252DB515247D25 + checksum64: 1BEAFEC6B917F13F1637D13EC0B000DBAAE5F0FCFA31AC283E8833FFECCE072B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec index 2dda166dff6..781958db022 100644 --- a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec +++ b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec @@ -3,7 +3,7 @@ mpc-hc-clsid2 - 1.9.20 + 1.9.21 MPC-HC (fork by clsid2) chocolatey-community,jack1142 clsid2, MPC-HC Team diff --git a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 index 0237a5c7bba..3f53f99726b 100644 --- a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 +++ b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\MPC-HC.1.9.20.x86.exe" - file64 = "$toolsPath\MPC-HC.1.9.20.x64.exe" + file = "$toolsPath\MPC-HC.1.9.21.2.x86.exe" + file64 = "$toolsPath\MPC-HC.1.9.21.2.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 80e99ee263b..e6d7a17b304 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 061B13EAB8C22C45CA331CB924E007BFD03F679C84795ED2D61F23B600EA9783 - checksum64: 759DBCAF5D835D17E1A8C6D9773C961499ED7823C8F9CFEC92639D12D9C38284 + checksum32: 64CDDB784DA95519C1509A9B098D08631DD30DA8F3C62177E228A8DBC12FA5F7 + checksum64: 2766F1983A42BB9A0571810211DD5C0EFB72F4314B9B9F2F52B771D68E2EBD05 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 2f2d910bd63..d66fdd65520 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.4751_x86.zip" - file64 = "$toolsDir\gvim_8.2.4751_x64.zip" + file = "$toolsDir\gvim_8.2.4755_x86.zip" + file64 = "$toolsDir\gvim_8.2.4755_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 699b4f1bedb..018ebbbfda6 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4751 + 8.2.4755 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.