Skip to content

Commit

Permalink
AU: 1 updated - GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 10, 2016
1 parent b660e80 commit d82887e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/GoogleChrome/GoogleChrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>54.0.2840.87</version>
<version>54.0.2840.99</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/GoogleChrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '64912bc96c775f6efe6e0268b43485d2a64740ca57d6230efc0bf2915183e234'
checksum64 = '6b5acee147cff16f23fd6811b9e3f2143a11ce7556ab83ec615eb74242d8ccb3'
checksum = 'eacf8f63fa84ffc895266df08139bf5658a5655a3f517eb0bf314b70e161b2c7'
checksum64 = 'b8905c599f2a23283a9757c1a9b7ddcf4866b9b156b9e89e47cd0b9a9eec28fe'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit d82887e

Please sign in to comment.