diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3a4d434f231..c027b516a07 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "106.0.5204.0-snapshots", + "snapshots": "106.0.5205.0-snapshots", "stable": "103.0.5060.134" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d8a70cd7f1d..cc49e996b01 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 106.0.5204.0-snapshots + 106.0.5205.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 0eeb79e3377..85065364bce 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: EF8E35821DC211BCA881F11E1626C376DBBF0918C9A9FF76E428E0597938C9B3 - checksum64: D7B0808556EE7BDBD899A4F24C23CEF47760DA447D1E1E994E5D31344ECA087B + checksum32: 4174AC4DB75B7584BE5E7922EE7A8EF65E2A1CA5EAF0A577E3F62FB520615376 + checksum64: 65238D63D7CEC962ADC74883DDF5C5142F2A0A1EFBB34EA3F2D3EBEA35355197 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0e47818ddbe..df37f8a3311 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 = "106.0.5204.0-snapshots" +$version = "106.0.5205.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 615e94d7655..50129df77e4 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 104.0.5112.57-beta + 104.0.5112.65-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 2097c60e3c8..cd7e48a06ba 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '104.0.5112.57-beta' +$version = '104.0.5112.65-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '6299c4a4b0ed7f2776e2f306d1a6f5ced8644a3b253c652cd11100a0b7772ef8' - checksum64 = 'cb50440412906ea2c25bca2c7bc9b935bc131ceeea526ce0932d02c5c35a5a0d' + checksum = '6b6b3d72eb101dad78276e63f0ef676c48e862ce5f47c0527107b8e7099ca161' + checksum64 = '43214163b1656d05e80831c7c2365a0ba42ea24abb752a7774b3cb9e03edd530' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""