Skip to content

Commit

Permalink
AU: 1 updated - GoogleChrome
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Feb 23, 2018
1 parent dcfa3d4 commit 00c6ed8
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>64.0.3282.16800</version>
<version>64.0.3282.18600</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 = '64.0.3282.168'
$version = '64.0.3282.186'
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 = '903fe55a69902eb3c83a3b2d89295314194f94d1418f065de567c6c8a61427ae'
checksum64 = '1b19f94f510b70e779253169a02c9f3d5b092b8dafd19a37780b05964450f808'
checksum = '331567f16ffb1e994f7021976eed19a38e63d5851bbf2094ed4bce3c9251d5f1'
checksum64 = 'dfe3e67edd44fdc66e49b18aef9204f8bb7a36093b075b5a7668cd7b283bdce7'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 00c6ed8

Please sign in to comment.