Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 10, 2019
1 parent ccff405 commit ed10bc1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>77.0.3865.90</version>
<version>77.0.3865.120</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.11.6</version>
<version>1.11.7</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.6/KeeWeb-1.11.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.6/KeeWeb-1.11.6.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.7/KeeWeb-1.11.7.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.7/KeeWeb-1.11.7.win.x64.exe>
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 <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed10bc1

Please sign in to comment.