diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5c59ecb55d2..921f171e5e2 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5506.0-snapshots", + "snapshots": "111.0.5507.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index a1fcb4aee68..c1c5dda353c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5506.0-snapshots + 111.0.5507.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f043136de51..9f837fdde93 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: E0D3788D5CB169B5F40A67CB5307F6201F0A802A2C965BE3E65579CCEA6DA1D8 - checksum64: 85D010BD0EFECA4EC5FB9E54DF28851E4BFBB04D320B91249EC9FC84514267AC + checksum32: F8A5AF48F160FF80376CDBBBF003BF52B3D24BD6DAB8F58A4A629EF5EEF38A08 + checksum64: 72A6B451CF2640EF36C8EEC3B85723C015E079BCD93D9C91F6B5B19CD25BC0A9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 3604e57be25..ad0122d47a5 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 = "111.0.5506.0-snapshots" +$version = "111.0.5507.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string