diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4dc9e138f96..258f9e0bcff 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "107.0.5268.0-snapshots", + "snapshots": "107.0.5269.0-snapshots", "stable": "104.0.5112.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d0b3c6286e6..9b873e3be20 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 107.0.5268.0-snapshots + 107.0.5269.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 98f82c9f133..00f484f26e1 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: 83397ED6A99279A5B7ECE63BF6E6AB898F6C2276FCE71E63A96F08B6CA318CA4 - checksum64: 9E164B9C8CD6B422FC7A92005D84B749FC1D7A51B8C500A9063414ED4899B7A4 + checksum32: 54BACE6AFFFE23B421C4B923AF460B99326870DD4C978FE60401665A7A93CFA3 + checksum64: 5ECDBC2D9E2014DD1FE00B73822A170538BC512F707402313042B55381BF8449 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0a88fd0ae7f..c581552c2ac 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 = "107.0.5268.0-snapshots" +$version = "107.0.5269.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string