Skip to content

Commit

Permalink
AU: updated - chromium [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 19, 2016
1 parent 5945242 commit 3ae201d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>56.0.2895.0</version>
<version>56.0.2896.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/425887/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/425887/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/426133/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/426133/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '680a5c161de594d207a88711a09a5623'
checksum = '156592117d9c532391b3dc7029d1fde7'
checksumType = 'md5'
checksum64 = 'caea4d540c99009a20d0184a91f74d98'
checksum64 = 'f498e6a711a330caf4b8b4366a9c0d15'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 3ae201d

Please sign in to comment.