diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 6132483fdec..43896807242 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "109.0.5360.0-snapshots", + "snapshots": "109.0.5361.0-snapshots", "stable": "106.0.5249.119" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 3abd0dbd508..1daa3da2b97 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 109.0.5360.0-snapshots + 109.0.5361.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ad899c35270..5233054419d 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: 1B9D5A6B0DDEBA32E44173EAEAFE7D0A66AD7FF3D1D7331090649EB067D9DCB6 - checksum64: 5BA080FCC34C0F4A1D50809BBDB623E497546A0CABD6FF3779FB6D5BD7CD3466 + checksum32: 88C0D862E664D74BC18DB85D40C28BA07FBFE9A8975A25A342A560C6392BDB4F + checksum64: 432D64094DC4CC54D7433FC577F0A9F4C8C99F9F011846BA2EF98B01F54182B1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index f1d47cdbc81..f445b6c7e98 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 = "109.0.5360.0-snapshots" +$version = "109.0.5361.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string