diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index e608d949245..26089eedc61 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "73.0.3657.0-snapshots", + "snapshots": "73.0.3658.0-snapshots", "stable": "71.0.3578.98" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4471ce77215..f4cadad4103 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 73.0.3657.0-snapshots + 73.0.3658.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6ada11189c5..89d4aff9ca6 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: 415D034CD1DE2F1CB277332F613E7C5631CC707C0070259EE3E0D4BBC6660D4E - checksum64: 5A566CCA6630BAA9FE4A1AB4AF83F71C4163AED61FFD4DBE64620EC1C31FF785 + checksum32: 97E5199BC8D75F84EC7B977B84332BFB8BAC1785AEE18728CB5FB1551A047B77 + checksum64: 41D90D6CFAB679D28814EE10D18E946DD26AD2E7398DF21BBFF36827AA9DEA88 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index cdd4780c7a2..05991bbb4a9 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 = "73.0.3657.0-snapshots" +$version = "73.0.3658.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string