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 Sep 15, 2017
1 parent e1c645c commit afd1b4f
Showing 1 changed file with 2 additions and 2 deletions.
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 = 'cbbd65bbb836a407c574a5f62e3ae878c6fc873bd0b8d537bff256bb381634ea'
checksum64 = '64b8cdf6adf0a9f14148b885be91f56e33d2e047af36784d5fd5f1e2abf08e00'
checksum = 'b145ec91fc789ff679b8051ad3245a1a930a9a56d32d97cb633d94281de8d96b'
checksum64 = '3655f99a81ec057859a73128eeec205428c80372f7b023ad6b1f971e2b1eb96e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit afd1b4f

Please sign in to comment.