diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 9c5d4b02fc1..64e25cddb0a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "99.0.4804.0-snapshots", + "snapshots": "99.0.4805.0-snapshots", "stable": "96.0.4664.110" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 97e07f91489..5812c71347b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 99.0.4804.0-snapshots + 99.0.4805.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6bbb4f8c134..6e0058e343c 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: 711A76DA5531D1529D03A7A47D79A2FD7736A99C07DA73959A78198F770D664E - checksum64: C099B112A17004D21396016E17D5570031EC0D9C2109EFE2D3AFCCFBA9F8E80B + checksum32: 65FF0388003E829FB36F3DA4B6E9EA589660F4232DBFDB79465520960E833156 + checksum64: 9500FE1245AD1B0C27CDD066CDEC18CA1F4F1C34F019370705873DDB534702B3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 09c3517ba3b..031ab2c6edf 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 = "99.0.4804.0-snapshots" +$version = "99.0.4805.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string