diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index e6ada49cecb..d47a6af8078 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6814.0-snapshots", + "snapshots": "132.0.6815.0-snapshots", "stable": "130.0.6723.92" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 6ee3ea3be31..c98addeef42 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6814.0-snapshots + 132.0.6815.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3b0c3206d73..43f3f77fbdf 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: 17D53901CFE60402D59F0180B14269AFDB4E36E6B83A7FC225EC8FED470B6464 + checksum64: 58DC7F2F8055D4C80C3449C162864C8B641B9417A8F10CDA1CD25027BFD7AD42 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 01b889aa9d5..7e371dac764 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.6814.0-snapshots' +$version = '132.0.6815.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/1377204/mini_installer.exe' - checksum = 'D0BAD400EEB31C73C8F87AA10295AE05904D97A8E861F861291B04301FA7082B' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1377307/mini_installer.exe' + checksum = '70E9A8F158BDD65745BCEB1B118FB3852066D9E78D7431845E86E969CC80A68C' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'