diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 397d31f7f41..16d23432bee 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6801.0-snapshots", + "snapshots": "132.0.6802.0-snapshots", "stable": "130.0.6723.70" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 00115142d87..8e1eacc20fc 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6801.0-snapshots + 132.0.6802.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 5973923f4ad..141efaa3f94 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 59D5E215F2DF69EB091B4AE28567D0B64AAAC737F6F34334497A3E43EBF358E2 + checksum64: CA4EB7B00E43C7A4BB9C20DA6EA3F2D444285142B759A7161E6BE80D597B4D4A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e1cff330796..ca2c14ade9b 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '132.0.6801.0-snapshots' +$version = '132.0.6802.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1374324/mini_installer.exe' - checksum = '8D5992E8ABD56E5C46580F6A2A02E883C433C6AED363293508C8E579769F3572' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1374369/mini_installer.exe' + checksum = 'B80D7D2F3813D18BC8E2CA984848E1D4FF3A88C4008AD2BF3410A0492A76E4A8' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'