diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index b00eb3911f5..2d0db3d5be0 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "109.0.5386.0-snapshots", + "snapshots": "109.0.5387.0-snapshots", "stable": "107.0.5304.63" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 379766f9038..397352d5d04 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 109.0.5386.0-snapshots + 109.0.5387.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d21a0b6e51b..b25b0d895f7 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: B421FFBD0262CAABB7E948D3011CD81E32FACA31930FC617FAC4E0576D22967E - checksum64: 0F294D5F2A47734564A807EA5EB0A2AACBA5BC3800CC46445C5F57C45734290E + checksum32: 41C570E8F0421FAEC661B7DD2C80BB4C16810781A73313C701F98D9472F7632C + checksum64: D841C1252F3C6DEB1622851166F3195CE7F89330D1F65932D6BEF51BC62C68E0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 85bcb2d92b7..d810989b86c 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.5386.0-snapshots" +$version = "109.0.5387.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string