diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 955646914d8..7a9f5e3f43e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5508.0-snapshots", + "snapshots": "111.0.5509.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 2fa0cfbcc87..4e49ac0bd49 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5508.0-snapshots + 111.0.5509.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 00d98c886bd..3a8556a8cb0 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: 4606BF41FAC1599FD39D87ED3EB45792989B52C005A71F0C54356A437E9C3A31 - checksum64: A6AF455F0B6F23A8C26FC22B4A04B918A55B6EC190D95A7198F1B90372925E9F + checksum32: 01CA7C03F463BAA37A25AB26FBBB2F7E9D05642F5B5C94E0F41434EDCC30161C + checksum64: 7ABA7A69F66512A16B1A7FF0E3784C44ECD0BC97B319DCCDD511DE9057BA8692 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c3cd43569e3..9659ad735b0 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.5508.0-snapshots" +$version = "111.0.5509.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string