diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 84de1b65de0..21345db2d38 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "91.0.4453.0-snapshots", + "snapshots": "91.0.4454.0-snapshots", "stable": "89.0.4389.90" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 659daac111d..dcdc3fcaa1e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 91.0.4453.0-snapshots + 91.0.4454.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 2c846147a4a..eba37782948 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: 3F9D58C03C650CEE3A6DA573D6B0E204C4D6F1E288797CD94F2BBAB624B511E9 - checksum64: 2A8DB87C298CC6D1BE935FF9A3D928C3705AA3FD10117E805AF5259FF190D1FB + checksum32: 223527449449902A939F6F5C99C588A2E16C7C930BB56417A91FA5B1BC2E2A30 + checksum64: DA403C8C84CD2723621289CC38C7D720CD1177B4690EB396F8B6EDC802E8F69C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index f8fd13e3487..9854179d06a 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 = "91.0.4453.0-snapshots" +$version = "91.0.4454.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string