diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7f63ef62f4e..a134eba27a4 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 58.0.3015.0 + 58.0.3017.0 Chromium snapshots build chocolatey The Chromium Authors diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 8d46ca9208f..e125ef808d9 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$version = '58.0.3015.0' +$version = '58.0.3017.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/450868/mini_installer.exe' - url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/450869/mini_installer.exe' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/451446/mini_installer.exe' + url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/451451/mini_installer.exe' silentArgs = $silentArgs validExitCodes= @(0) softwareName = 'Chromium' - checksum = 'c4afe125068efda06ac0fc2da676b1cf' + checksum = 'd542601eb35e29f36ea1822ccba46fda' checksumType = 'md5' - checksum64 = '0fce9747bb34a496f96b249daa92b14c' + checksum64 = 'ef74c070cc732af2b589aee46c4e844f' checksumType64= 'md5' }