diff --git a/automatic/keepassxc/keepassxc.nuspec b/automatic/keepassxc/keepassxc.nuspec index 4460cc3d504..9826ba4627d 100644 --- a/automatic/keepassxc/keepassxc.nuspec +++ b/automatic/keepassxc/keepassxc.nuspec @@ -6,7 +6,7 @@ keepassxc KeePassXC - 2.5.0 + 2.5.1 https://github.com/keepassxreboot/keepassxc/graphs/contributors wget, hans0 KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository. diff --git a/automatic/keepassxc/legal/VERIFICATION.txt b/automatic/keepassxc/legal/VERIFICATION.txt index fc5ddefa770..a5f11c053f2 100644 --- a/automatic/keepassxc/legal/VERIFICATION.txt +++ b/automatic/keepassxc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: F462D780955EE63324EAADE16489B960B58A24559F3E38F31EF1EFF2E9D8BD02 - checksum64: DC7190DA9BB2E91AEDD105ABD7D78C61B8F184764DE11BB4EE8BB640A1C77BE7 + checksum32: 57BB2FBCFFF3488163F10356E2D8EA8C89A32EFF8DCE04BEE5C870225838D8CC + checksum64: EBADA0B8A45E2202DF844DB0F569DF9E8E0B894423DBC49B04445000F17D4D50 File 'LICENSE.txt' is obtained from diff --git a/automatic/keepassxc/tools/chocolateyInstall.ps1 b/automatic/keepassxc/tools/chocolateyInstall.ps1 index e5e8ee93406..111375450d8 100644 --- a/automatic/keepassxc/tools/chocolateyInstall.ps1 +++ b/automatic/keepassxc/tools/chocolateyInstall.ps1 @@ -6,11 +6,11 @@ $packageArgs = @{ packageName = 'keepassxc' softwareName = 'KeePassXC' fileType = 'msi' - file = "$toolsDir\KeePassXC-2.5.0-Win32.msi" - file64 = "$toolsDir\KeePassXC-2.5.0-Win64.msi" - checksum = 'F462D780955EE63324EAADE16489B960B58A24559F3E38F31EF1EFF2E9D8BD02' + file = "$toolsDir\KeePassXC-2.5.1-Win32.msi" + file64 = "$toolsDir\KeePassXC-2.5.1-Win64.msi" + checksum = '57BB2FBCFFF3488163F10356E2D8EA8C89A32EFF8DCE04BEE5C870225838D8CC' checksumType = 'sha256' - checksum64 = 'DC7190DA9BB2E91AEDD105ABD7D78C61B8F184764DE11BB4EE8BB640A1C77BE7' + checksum64 = 'EBADA0B8A45E2202DF844DB0F569DF9E8E0B894423DBC49B04445000F17D4D50' checksumType64 = 'sha256' # MSI diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 675242aff12..f14457fc9f6 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: B040AFACAC29F25E9915870A12344DCA4C474A3FC878CDBDB30829018AE3EFC1 - checksum64: C0880DEE141B9209D6222B254897BAF5AE1B7C08AA38A46EEC6F75689A147D43 + checksum32: 9DE51D1BB963918C55610B3207C9C254C4872BB9FE73E0064D9E3D2929AA3224 + checksum64: 4E1E68C9C639191E5A8E93F92B1432401AED39801D2BDA69B82FE4FEF2DF44DF diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 49129bb5079..f5695cf5a26 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.1.2291_x86.zip" - file64 = "$toolsDir\gvim_8.1.2291_x64.zip" + file = "$toolsDir\gvim_8.1.2292_x86.zip" + file64 = "$toolsDir\gvim_8.1.2292_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 94408ee5003..1b4f031fad1 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2291 + 8.1.2292 Bram Moolenaar, Vim Community chocolatey, 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.