Skip to content

Commit

Permalink
AU: 1 updated - chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 30, 2017
1 parent 1866f19 commit b6ba8bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>62.0.3171.0</version>
<version>62.0.3172.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '62.0.3171.0'
$version = '62.0.3172.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/490618/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/490621/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/490681/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/490681/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '244314f4b2d1f488abf9f034164e7790'
checksum = 'c52dc64ec66e2c881e5c2f8b6d910893'
checksumType = 'md5'
checksum64 = '5a1623d670cf81f5b3df01a16e0c1db9'
checksum64 = '1c08b27221372601fa5b1560309c4845'
checksumType64= 'md5'
}

Expand Down

0 comments on commit b6ba8bb

Please sign in to comment.