diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5841fddd56c..c856ed286c6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "110.0.5477.0-snapshots", + "snapshots": "110.0.5478.0-snapshots", "stable": "108.0.5359.99" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 3167895ae76..ea095f5f1dc 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 110.0.5477.0-snapshots + 110.0.5478.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ff091fa296d..5905acb4bcc 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: 9DA08C759643F8BE92E85E2A9AD5E7B521A6B6DC765807411494638329B074F4 - checksum64: A477E2E11902534DEBF432867F06F8ADC10A1E426C5C33DAE5870233F58AC17B + checksum32: 3365E3F8BB34F6B58163486944B12DB94FEFA435754E77FA3CA37E6643E6095C + checksum64: FEAA8BD5A6FA8C7B3CB4AC55AD1B1DB80BB7E72CDB13FC03E665CFDD9F451B90 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 991f7ae8d46..3b77d1a69d7 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 = "110.0.5477.0-snapshots" +$version = "110.0.5478.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string