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 Aug 24, 2017
1 parent f01600d commit 01583c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>60.0.3112.101</version>
<version>60.0.3112.113</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 = '60.0.3112.101'
$version = '60.0.3112.113'
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 = 'fe48796a1553e6f2f149de2b6d698cb42d9e820fc675d4c3e47c9560d4f17e18'
checksum64 = '218b169af471c88c527f622b061f529080e19fa871fa93362d42ff7061faa52f'
checksum = '224133b9749109f10ebe7d8002b3d0e0ccbcf95acc99ee6c1f68caf3277a458b'
checksum64 = 'ad5cad681e4c044953eb30264bc98f2d778924757249dd0a498d66cd23c8d312'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 01583c4

Please sign in to comment.