Skip to content

Commit

Permalink
AU: 1 updated - chromium
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Apr 14, 2017
1 parent 62607db commit 9e52ac5
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>59.0.3070.0</version>
<version>60.0.3072.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 = '59.0.3070.0'
$version = '60.0.3072.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/463982/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/463982/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/464668/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/464674/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'e494e37d84fb4f8dbbc1c8a9a1a2a9af'
checksum = 'e476334bdff6122bc485dbe5f9137135'
checksumType = 'md5'
checksum64 = 'cb6dcf7b018e3e7e512df8fabe6fce90'
checksum64 = '2b03c8bf22f6f3ad32d9268bf0177793'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 9e52ac5

Please sign in to comment.