diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d585cd073ea..8881babfdcb 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "104.0.5072.0-snapshots", + "snapshots": "104.0.5073.0-snapshots", "stable": "101.0.4951.67" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9b744afdbcc..65a7954385e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 104.0.5072.0-snapshots + 104.0.5073.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 4889c24cf4d..e946475c90e 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: 38B5967A34E0852E549F3EF6BBFCC02F40417CC2087A208EE574E66515ADC77B - checksum64: C67C8940B2B097F4792750BEF3E4609468F14D6C07AA77F68523FFA8775ED746 + checksum32: 9136B995A5154610A404B8758B0DF74D8CC1C967FD9BA66AAACDE9A3A53044E8 + checksum64: 4E90084FE91E3A7D6E87898B1C593B0CCFC4A0331F2470C950F1FC0B7B7E3437 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a617a6bd89f..da5fff7dfe3 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 = "104.0.5072.0-snapshots" +$version = "104.0.5073.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string