diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index f4070cd8305..ded246dc6af 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5563.0-snapshots", + "snapshots": "112.0.5565.0-snapshots", "stable": "109.0.5414.120" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 6ad4651bb5d..59272dabc58 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5563.0-snapshots + 112.0.5565.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 574a924b710..6b79740620d 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: 1BF573F1DD6E2A2725AEEC97490DFDBA8345CA0E183D06CEEFC16EDB3659305F - checksum64: AAD906320CFF259E70378D21F1356B01174915255EDE4458511EEB23A017C20E + checksum32: C420A8017FF74644D2A10224ECC2EDDCE69D698F03F718A1DFC8A681E97EACE1 + checksum64: 523BC9161452F2B9774600F29BAA2CB4CE25D1C9D6238AF57FFD8081BD3FE577 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 192a5ff07e3..97908d15c74 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.5563.0-snapshots" +$version = "112.0.5565.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string