diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 81cbe3abdc8..749d2d68348 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 77.0.3865.90 + 77.0.3865.120 Google Chrome chocolatey Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 6dbbacb984c..0c953f4fed5 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '77.0.3865.90' +$version = '77.0.3865.120' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '9d0403e362629f4b7e51081723e85cb9831cbb2b76f409d5d57d9b4014d87d12' - checksum64 = 'b714d0e46e7e029e2f0e174ceddf62043207d3f61584247199ae43c10a8b5d48' + checksum = 'fa39c979b0df2349849f280a23c923c4252f2bd18ae4f826133ca58e3d829c4b' + checksum64 = '774e3da4d2f5150a511158fb43a04123ee603bc6955b7c8353fd64fd697682ce' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/keeweb/keeweb.nuspec b/automatic/keeweb/keeweb.nuspec index d5d88f32dc4..fe6852452f4 100644 --- a/automatic/keeweb/keeweb.nuspec +++ b/automatic/keeweb/keeweb.nuspec @@ -6,7 +6,7 @@ keeweb KeeWeb - 1.11.6 + 1.11.7 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 a6175040e2c..081214f9fc6 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: D17983DC6604761F0574A66CF90596C11B2988488058BC7E2E10902A4EF66136 - checksum64: 2A92149338A5F68B995583AB2CD0814E8B92A2C93B259B26EBFF992CC70118E7 + checksum32: D3EF5682ABDAF69BF0DE8DD6E8071C7A1445347B08CED76653575515E7B38503 + checksum64: 9E5BF8EDC180F4C9B8ACC153833A8EEEE18D5071F52FA6C85F62E8A1236D2681 File 'LICENSE.txt' is obtained from diff --git a/automatic/keeweb/tools/chocolateyInstall.ps1 b/automatic/keeweb/tools/chocolateyInstall.ps1 index 0f09dbbe361..12db8c004ec 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.6.win.ia32.exe" - file64 = "$toolsPath\KeeWeb-1.11.6.win.x64.exe" + file = "$toolsPath\KeeWeb-1.11.7.win.ia32.exe" + file64 = "$toolsPath\KeeWeb-1.11.7.win.x64.exe" softwareName = 'keeweb*' silentArgs = '/S' validExitCodes = @(0)