From a1add49a3773da99f22f37b326f363201cb516db Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 22 Jun 2017 06:11:37 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/bd2eaa76f2a9ab739ca0544c502dca6e/22109ac587614e49be79815c39a479dc25e9802d --- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/tools/chocolateyInstall.ps1 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 062f822a3f3..1023d41cc4c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 61.0.3138.0 + 61.0.3139.0 Chromium snapshots build chocolatey The Chromium Authors diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 678172b5507..a1e26c5ff29 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '61.0.3138.0' +$version = '61.0.3139.0' $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $hive = "hkcu" @@ -15,14 +15,14 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' fileType = 'exe' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/481110/mini_installer.exe' - url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/481110/mini_installer.exe' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/481422/mini_installer.exe' + url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/481419/mini_installer.exe' silentArgs = $silentArgs validExitCodes= @(0) softwareName = 'Chromium' - checksum = '58728767367f9e0a9f8105d95d9ed820' + checksum = '05c8f037789e59560ce1c4c64c774acc' checksumType = 'md5' - checksum64 = '0ad5c86694157c3beb5916ce8330c69a' + checksum64 = 'ee882dea42df9b45d4339cb5fee9fc52' checksumType64= 'md5' }