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 Jan 7, 2017
1 parent da7ba01 commit 67b98e2
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 @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>57.0.2975.0</version>
<version>57.0.2976.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 = '57.0.2975.0'
$version = '57.0.2976.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/442053/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/442068/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/442161/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/442161/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'e2496c2d54892d4a3e02950757551035'
checksum = '3001a42cd5bdba8c7f4934c82fd3fdb6'
checksumType = 'md5'
checksum64 = 'ffb51e168ce36e9cd7dd8c8e1b61b0b4'
checksum64 = '978e31f2fdfa2c1d7ed69b58b7d93e7e'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 67b98e2

Please sign in to comment.