diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 8efcb0fb70c..ff78266cc8c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "79.0.3927.0-snapshots", + "snapshots": "79.0.3928.0-snapshots", "stable": "75.0.3770.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 00f715f018e..1dd34e23509 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 79.0.3927.0-snapshots + 79.0.3928.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9bed707c852..4c8946cbf2b 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: EFF14631CEACB6C4E63A49560801A4FCFA78960442E47B5427ADF8CA4A9E8E80 - checksum64: 5E9C2CEF658D9E9D1C03E145319FFE9365B13BF3F1DB96E2F64AE171085D4272 + checksum32: CF0E08980423A17BF70B5F0C505A103409A980380AB9D3C7E98592C7DADDD173 + checksum64: E25FD63F986F6965B94E11E173557B82C4BC6E753F6C869CB7DDDF98B865E0AA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a323eb8054a..c44fd9b4796 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 = "79.0.3927.0-snapshots" +$version = "79.0.3928.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string