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 Sep 5, 2017
1 parent 0d2eda1 commit 1450549
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.3206.0</version>
<version>63.0.3207.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.3206.0'
$version = '63.0.3207.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/499433/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/499435/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/499553/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/499551/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '1aa84a0b22776bff3e41d1db2839512b'
checksum = 'bbab5244cda477de89e90f742af0b661'
checksumType = 'md5'
checksum64 = '83280d737a05b232e10d7d1d86dfdb2d'
checksum64 = '38d62926f29815b195a504e82c8b32d2'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 1450549

Please sign in to comment.