diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c2b80d1e9e6..397d31f7f41 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6800.0-snapshots", + "snapshots": "132.0.6801.0-snapshots", "stable": "130.0.6723.70" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 48c0b0bb76e..00115142d87 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6800.0-snapshots + 132.0.6801.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 209dd5450e4..5973923f4ad 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: 09FE182B6FEDBBEC62007425FD605AA34048140DA078F4E4683D3C1A5F1B7A44 + checksum64: 59D5E215F2DF69EB091B4AE28567D0B64AAAC737F6F34334497A3E43EBF358E2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e7f735010fe..e1cff330796 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.6800.0-snapshots' +$version = '132.0.6801.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/1374275/mini_installer.exe' - checksum = '9097277E6416632219C8A498BBF172BFE83D36ABEEB33F2F09F34F265F720EB2' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1374324/mini_installer.exe' + checksum = '8D5992E8ABD56E5C46580F6A2A02E883C433C6AED363293508C8E579769F3572' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'