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 Dec 19, 2016
1 parent 280757d commit 6da5f1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>57.0.2956.0</version>
<version>57.0.2957.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/chromium.svg</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/chromium.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package installs the Chromium snapshots builds by default to the '%programfiles(x86)%' instead of `%localappdata%\Chromium`.
If you have installed this package in the past to the `%localappdata%\Chromium` location it will continue to be installed in this location.
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '57.0.2956.0'
$version = '57.0.2957.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/439369/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/439369/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/439396/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/439405/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '31c791c7e32e62410adaf124684ebab3'
checksum = '8de23603f2bad71a9c26938038881dd6'
checksumType = 'md5'
checksum64 = '3a291438e51cc64be7741448c1b2d75e'
checksum64 = 'aa5254f87bfadb3deb99f16e7106e346'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 6da5f1c

Please sign in to comment.