diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index b8c301cd0f4..b044240d75e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "103.0.5051.0-snapshots", + "snapshots": "103.0.5052.0-snapshots", "stable": "101.0.4951.54" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 07f71b58f90..ea44430f16e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 103.0.5051.0-snapshots + 103.0.5052.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 0efcd415b21..0d31ffd160a 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: 51BE030A70266FC38A9A4F7E38E870351C0FC5A9CC4B2EF6F2588EE39413CC5A - checksum64: 12A6E2F64C5474C8B7224A7DFCA7BAC06AFC04742FFE9299184202E57896E6B4 + checksum32: A0E9A3FC9FF2784DFF3ED21031E17AAB5B51AF18E83956620EEB9BE89088B7E4 + checksum64: BCC8B5CCA6E86CF0C09BBEA7F04EFC0D7B08A2DD457C4A7A75EF83158BC81770 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index fad242f79ae..41f31339718 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 = "103.0.5051.0-snapshots" +$version = "103.0.5052.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string