diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 970204e2e4e..847100241b1 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "100.0.4879.0-snapshots", + "snapshots": "100.0.4880.0-snapshots", "stable": "98.0.4758.82" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 2f47e6264f0..556e8d50a5f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 98.0.4758.82 - Chromium + 100.0.4880.0-snapshots + Chromium Snapshots chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c6776a734b8..6449e80b1d1 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: CC5C0D15D3A4F6BFF00CB903EB5003EFB819DA08F47A1A5D079D791C46EFB224 - checksum64: B9EC89DC120489B978786A75E4DB53DA4123E222EC443E54AA1BE19F7B08D57B + checksum32: 34D4A8B1B9AA1347F62684CA96577A9A803EEA90293D2C83C3914F6F10ACD8D2 + checksum64: 15E98758FB06CB8CF494606F40111163B8D6571D40C360A1DB4B996DA5DFE631 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index bdaad5d8f4f..b9d9e5f4e46 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 = "98.0.4758.82" +$version = "100.0.4880.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 2e37bda62cf..9eae9fed367 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 99.0.4844.17-beta + 99.0.4844.27-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 9554456f5a5..40daf9d281d 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 = '99.0.4844.17-beta' +$version = '99.0.4844.27-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 = '02d8965906a6df1e5e337b813fdd92010f6a2df4502b64db19896cefd847e881' - checksum64 = 'bb7a6b2edfe692c7e41cecdb8f9a4b64b0a3ab04a51c1cfc0132d553eba3c4c9' + checksum = '97715042a7da78c706af1a638ff56ef731c54ec222c3dd9dd6fb5120589ba91f' + checksum64 = '6f24a85d11378b2e38b74424a43e78a505a1b826a09668c83ad0e6d6ab2a8efe' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""