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 AU committed Oct 15, 2016
1 parent b708d4d commit 93c823a
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.2891.0</version>
<version>56.0.2892.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/425259/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/425256/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/425547/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/425547/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '0e9dfb1ac26e79092c50d373153265e5'
checksum = '6cd0cf2a3d52e93d6ba4458f17dbab1e'
checksumType = 'md5'
checksum64 = 'eb7aa4f1eb6fbece11a0cb072cadd84f'
checksum64 = '4eb6f4368aaedc55b3971520c914aa8f'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 93c823a

Please sign in to comment.