diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 25cd861539f..9bb902578b7 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "71.0.3547.0-snapshots", + "snapshots": "71.0.3548.0-snapshots", "stable": "69.0.3497.81" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ec9b903f82c..6251d1cd853 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 71.0.3547.0-snapshots + 71.0.3548.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 99058403c03..81730377447 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 802CEE42013A5BC0ABF81C36E320C17852654D11EC1CD7522BE66A0187DDAD0B - checksum64: 8C11BE79D82F70008BBE4AE974E84E1FF89875B978CE25A5B55039C724AE540E + checksum32: A13ECEE8419E03F064CFC37EBC60B8B9500817B21B26BA41A39A16F32735C972 + checksum64: 633D4EAD2EC34F1612FC24DCD5319B39C153C2E1FBFEC66C5F9FCAFEF2FE142B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7b61c7aacc2..900403b4d39 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "71.0.3547.0-snapshots" +$version = "71.0.3548.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string