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 18, 2017
1 parent 401cbee commit 18cea4d
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>64.0.3243.0</version>
<version>64.0.3244.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 = '64.0.3243.0'
$version = '64.0.3244.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/509263/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/509261/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/509681/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/509678/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '58b6aced238748833aabbc209c7e479d'
checksum = 'd0e5cf62cc23263f1b171af222de0396'
checksumType = 'md5'
checksum64 = '0eeaffed25084aef9bc3249b2c9c8a87'
checksum64 = 'fa756c64c8c7e355c76154738e3e78dd'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 18cea4d

Please sign in to comment.