diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index b9c16ab6eef..31b14380773 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "79.0.3941.0-snapshots", + "snapshots": "79.0.3942.0-snapshots", "stable": "75.0.3770.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1478fdc8495..97406e31da4 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 79.0.3941.0-snapshots + 79.0.3942.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b981608b893..de6e4d3acf1 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: 4157D83614933C712E89264130CD086BB6F9582E1894E0E65475FABAEC43F22F - checksum64: 8722F826E7F0924BBA3E374E13C89CD22EC7F869349F889A0100BD1E34A21BB5 + checksum32: 36D1CCD04EF7C1ABBDA233BFB7DABFEE384FD55625BE7EBD824EE8451B6B0038 + checksum64: 479A84D0269C28628F496C9B607F840561125962193EEB5B1F0B9360D5CDB621 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4ed4aeceb28..9e56976d9b1 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.3941.0-snapshots" +$version = "79.0.3942.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string