diff --git a/automatic/gom-player/gom-player.nuspec b/automatic/gom-player/gom-player.nuspec index 9be26ef8863..747e4d621ca 100644 --- a/automatic/gom-player/gom-player.nuspec +++ b/automatic/gom-player/gom-player.nuspec @@ -3,7 +3,7 @@ gom-player - 2.3.91 + 2.3.92 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gom-player chocolatey-community, AdmiringWorm GOM Player (Install) diff --git a/automatic/gom-player/tools/chocolateyinstall.ps1 b/automatic/gom-player/tools/chocolateyinstall.ps1 index 83d6089ce81..09e481145ac 100644 --- a/automatic/gom-player/tools/chocolateyinstall.ps1 +++ b/automatic/gom-player/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ fileType = 'exe' url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE' softwareName = 'GOM Player' - checksum = '87331e62af1ea6f9af9449f1710d3577cdf1bf47a36ff15bdc79809a327f048e' + checksum = '092b21f205063aa68a1ed1d02b43da70625819329b9d64f00b5129657bf63e76' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 7bca089bfef..fe9412dd3a1 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: F1F13DDABC157D163B62D0E2AF7D13E58A6A6EB760F4C164F5991D989774CB96 - checksum64: 9A95A063F6F135D619194FB15CB132331DAAD39FCD0BCE727FD6A9FC623513DF + checksum32: 5E079D83A290F388FFCB971F36A730A9CCFE876159C334DA96B4AD612BDDF80B + checksum64: 863ED904CDFC0CDDFD8EBFE39B06D27D9A84BB72D21CC261DB4EB57E16A9B97B diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 36273518cdb..4753915a87b 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_9.0.2120_x86.zip" - file64 = "$toolsDir\gvim_9.0.2120_x64.zip" + file = "$toolsDir\gvim_9.0.2122_x86.zip" + file64 = "$toolsDir\gvim_9.0.2122_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 7bc8026c0e7..78ce6f01878 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2120 + 9.0.2122 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.