diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 506234a086d..71e68e4b1c8 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "93.0.4557.0-snapshots", + "snapshots": "93.0.4558.0-snapshots", "stable": "91.0.4472.124" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0ed517d21d9..d60869377ed 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 93.0.4557.0-snapshots + 93.0.4558.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 43cee29e969..9666be11367 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: 1FAE3A59F1B52E711B9B54A4A52278E52EFCBDDD170AD7FD9D9C1C75B262789A - checksum64: 00DD6EBDDFE0A6230809DF6A48BF082197C416FA6C4F311292FA9B0AE50A474C + checksum32: 175210F2A185DA15FB8D2FBC20C1A67AB28535253D4CAFD34F37CECC616EB9FD + checksum64: B77E458F26BDFB5DD894DECAC5D87F440D80698E73664B680614289AEF09E223 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 509f8402354..2c7c42c0a39 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 = "93.0.4557.0-snapshots" +$version = "93.0.4558.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string