From 71f45a5911752a70808cd214e30a37ddeca27c49 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 31 Jan 2022 00:13:38 +0000 Subject: [PATCH] AU: 2 updated - mpc-hc-clsid2 vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/748e77e6af18af2943e2b6df1d203e5bcf612e89 --- 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 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index fdd06e715c0..82187a419cf 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: A25B11E8A5D80F3CCB2F2A12B8A8ACC0CE3A3B4C25B6161674A32CED392C67EA - checksum64: 91FC6347FE81F26948573180CFBC97F730D9B48346200AE339B52BDD107D7B73 + checksum32: D9CCA609F0686D5929B4AB6EAD0D2AFCDE1B8F76E38B36E1293C7F58040D2A51 + checksum64: 84B486E6F723623EA88603CCDE08E43F915F84D43EE321F25E73966687053877 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 163a23695e9..e2d912bcf00 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.18 + 1.9.19 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 e166f464693..9880e3089a9 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.18.x86.exe" - file64 = "$toolsPath\MPC-HC.1.9.18.x64.exe" + file = "$toolsPath\MPC-HC.1.9.19.x86.exe" + file64 = "$toolsPath\MPC-HC.1.9.19.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 b1c1efa12ed..bb0d4b54aa8 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: 324766FE63164483F49A49099E4F6293392E16C036ADC0B6B17915A1A69C0D84 - checksum64: 90696D742DBB2347D5D070577E2FA17AE3B8C0066CBD027E22D8434AE7C6DD6E + checksum32: B99407328DEDE33B3E46EAAC4CD9AAB3C84E2682D3F3712F5035B48E6C6D4F0B + checksum64: 279CC0821C2B29E0DDD80B3F96A7201F15D72C253C866B74EA9EC0EADFB433EF diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 727a3431fdc..a8855601413 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.4257_x86.zip" - file64 = "$toolsDir\gvim_8.2.4257_x64.zip" + file = "$toolsDir\gvim_8.2.4266_x86.zip" + file64 = "$toolsDir\gvim_8.2.4266_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 8fd815b290e..022714852ef 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4257 + 8.2.4266 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.