diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1243d85af60..ce0deb85e39 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "78.0.3866.0-snapshots", + "snapshots": "78.0.3869.0-snapshots", "stable": "75.0.3770.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 11a162a57a8..55c7f4b02a8 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 78.0.3866.0-snapshots + 78.0.3869.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b0ce30a869b..b10280f0641 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: C754C864C7FECBE2C38D4D71A6F0F06ACE28A971E1B2A6E2EB68F8489FBAF22A - checksum64: 00C42854B8C33F5A8D4A6D5702CC8546835B8A22368A192C7346D72946F28DFF + checksum32: 47E01227DF9F205122E8E3C489D7A4D507A22F9432D83126C85799EA86DFFD40 + checksum64: 3B66E790932A1006CD03B0AE0E6C2073155B15ED43C6FE1ECA8F060FC5218B4F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 3f5a35ce32c..976590cf9e1 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 = "78.0.3866.0-snapshots" +$version = "78.0.3869.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string