From 0377b7908a8993d7e764fdb19d950c9fd71a4cc2 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 13 Sep 2017 06:11:22 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/bd2eaa76f2a9ab739ca0544c502dca6e/7d6faefdc51a5155c7f1a667301fac7d1dbb900b --- 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 3b1f18a5653..7d2589cfb1d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 63.0.3214.0 + 63.0.3215.0 Chromium snapshots build chocolatey The Chromium Authors diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e152985c0e5..24dba2a8a07 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '63.0.3214.0' +$version = '63.0.3215.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/501169/mini_installer.exe' - url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/501177/mini_installer.exe' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/501536/mini_installer.exe' + url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/501539/mini_installer.exe' silentArgs = $silentArgs validExitCodes= @(0) softwareName = 'Chromium' - checksum = 'cc2d0019d137f229063bef7fc056161a' + checksum = '322e36a7256727d2bcf1d587d717f7f1' checksumType = 'md5' - checksum64 = '0f9bdd9573bbd1d5c1f99bc54fd77ed4' + checksum64 = '664dadab0d9ed48d94d567938eb16d7a' checksumType64= 'md5' }