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 28, 2017
1 parent 61faab6 commit 7e168d9
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>58.0.2995.0</version>
<version>58.0.2996.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 = '58.0.2995.0'
$version = '58.0.2996.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/446591/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/446591/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/446919/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/446919/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '1472b5c042448e42fa06420805e57fcf'
checksum = '8fdf08fa07a98c0c8231d7c27b9e1d28'
checksumType = 'md5'
checksum64 = '5205ec72cc8a4c022ad37f032a54f102'
checksum64 = 'cd1e85bffb64e302cc9c7bd79016f600'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 7e168d9

Please sign in to comment.