diff --git a/automatic/keepassxc/keepassxc.nuspec b/automatic/keepassxc/keepassxc.nuspec index 9692a21a9d4..4460cc3d504 100644 --- a/automatic/keepassxc/keepassxc.nuspec +++ b/automatic/keepassxc/keepassxc.nuspec @@ -6,7 +6,7 @@ keepassxc KeePassXC - 2.4.3 + 2.5.0 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 cf1c690cf3f..fc5ddefa770 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: 259E01AB1F8480A2B02F3805FF91D09C34210861E789372488B877EDFEC3C497 - checksum64: B70C1F82A2243940D9C9F4EC770DDAE785200AEA53E92E149E79282989FD01B8 + checksum32: F462D780955EE63324EAADE16489B960B58A24559F3E38F31EF1EFF2E9D8BD02 + checksum64: DC7190DA9BB2E91AEDD105ABD7D78C61B8F184764DE11BB4EE8BB640A1C77BE7 File 'LICENSE.txt' is obtained from diff --git a/automatic/keepassxc/tools/chocolateyInstall.ps1 b/automatic/keepassxc/tools/chocolateyInstall.ps1 index df35510a17f..e5e8ee93406 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.4.3-Win32.msi" - file64 = "$toolsDir\KeePassXC-2.4.3-Win64.msi" - checksum = '259E01AB1F8480A2B02F3805FF91D09C34210861E789372488B877EDFEC3C497' + file = "$toolsDir\KeePassXC-2.5.0-Win32.msi" + file64 = "$toolsDir\KeePassXC-2.5.0-Win64.msi" + checksum = 'F462D780955EE63324EAADE16489B960B58A24559F3E38F31EF1EFF2E9D8BD02' checksumType = 'sha256' - checksum64 = 'B70C1F82A2243940D9C9F4EC770DDAE785200AEA53E92E149E79282989FD01B8' + checksum64 = 'DC7190DA9BB2E91AEDD105ABD7D78C61B8F184764DE11BB4EE8BB640A1C77BE7' checksumType64 = 'sha256' # MSI diff --git a/automatic/keeweb/keeweb.nuspec b/automatic/keeweb/keeweb.nuspec index a55aad993af..2a784ee2d29 100644 --- a/automatic/keeweb/keeweb.nuspec +++ b/automatic/keeweb/keeweb.nuspec @@ -6,7 +6,7 @@ keeweb KeeWeb - 1.11.10 + 1.12.0 antelle wget Free cross-platform password manager compatible with KeePass diff --git a/automatic/keeweb/legal/VERIFICATION.txt b/automatic/keeweb/legal/VERIFICATION.txt index f12cfd082f4..1fd268dca56 100644 --- a/automatic/keeweb/legal/VERIFICATION.txt +++ b/automatic/keeweb/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: 9D4E797898D59F8DDE3E90BE273137E01683CD14843C11F8C836A50153EA69E8 - checksum64: 912B95F9A97BD823C9D65BE62E2D430C70C3B862BB4D706C014816ECEBA8DD3E + checksum32: 10F5D2D963C36430D71F424B1E8097964D7F89D126C566FAB93A23D201E047E8 + checksum64: 7B01AAE602F41BB6451A839B2EF2CC633A0F675B7842A2ED135429A82353EE2F File 'LICENSE.txt' is obtained from diff --git a/automatic/keeweb/tools/chocolateyInstall.ps1 b/automatic/keeweb/tools/chocolateyInstall.ps1 index b796d4d49ec..2688280a2d5 100644 --- a/automatic/keeweb/tools/chocolateyInstall.ps1 +++ b/automatic/keeweb/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'keeweb' fileType = 'exe' - file = "$toolsPath\KeeWeb-1.11.10.win.ia32.exe" - file64 = "$toolsPath\KeeWeb-1.11.10.win.x64.exe" + file = "$toolsPath\KeeWeb-1.12.0.win.ia32.exe" + file64 = "$toolsPath\KeeWeb-1.12.0.win.x64.exe" softwareName = 'keeweb*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 40ca0147f01..2267229883d 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: D9E9DC04F04B6219CA8F93631ACC71225D3A32B0EA4B5869C43C7AB5E2DD5FB2 - checksum64: 14BDB47FFB72681780702A3735B042FAD81C551B9BD7A99A8E9AE72E811D1492 + checksum32: D7E5A27475DF4917E9975FAEC86A7CB96F4DAE2F4DB684B01B65CD079DAF3A71 + checksum64: 90EAEC3EAFF029D242B2E226F69E9A06273F6B315E36B18CCDB20EEBDA2C17F5 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index e1acaf853d9..cab0419b3d0 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.2214_x86.zip" - file64 = "$toolsDir\gvim_8.1.2214_x64.zip" + file = "$toolsDir\gvim_8.1.2224_x86.zip" + file64 = "$toolsDir\gvim_8.1.2224_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 21eff8fd4d0..fff3ebe5d7f 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2214 + 8.1.2224 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.