diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index f6ced33977f..ffea667171f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "69.0.3441.0-snapshots", + "snapshots": "69.0.3442.0-snapshots", "stable": "66.0.3359.181" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b172a1db650..b379a884013 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 69.0.3441.0-snapshots + 69.0.3442.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 65362478ecc..fe37f3db403 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: 4330F18B187389B579FF88BE7FACAE2E7372D6CB8F22377AD6B46E00FD054681 - checksum64: 51C2515F9349514193BD86864A69C7BA06B7F32B0875697E39299A55C749DD83 + checksum32: 5C6183126AF33F0C3A0BC124663B68821E9FD5594BB4429B2B6FA5B10E626C3B + checksum64: F3B6B93DC25CC64141959C16CD1A5037358B861839F9DDEE10F589B369744C32 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 14f054a7229..c183d7a9caf 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 = "69.0.3441.0-snapshots" +$version = "69.0.3442.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string