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 Oct 13, 2017
1 parent b7243d7 commit 2962880
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>63.0.3239.0</version>
<version>64.0.3240.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
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '63.0.3239.0'
$version = '64.0.3240.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/508254/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/508251/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/508581/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/508581/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '6b426ac66e2f969bdf7b21f47b1effae'
checksum = '2eb7fa6855e7160830c0c908530e3752'
checksumType = 'md5'
checksum64 = 'e1d10221055a9bb3b5b850ec731eb3b0'
checksum64 = '34745e9a6e0a68880e0b2a5334509d2d'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 2962880

Please sign in to comment.