diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 91ccdd7568b..e267636be0d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6803.0-snapshots", + "snapshots": "132.0.6804.0-snapshots", "stable": "130.0.6723.70" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d762475e305..654ca5b0c69 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6803.0-snapshots + 132.0.6804.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7806011752d..8716f85f9d6 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: F8DD2894202AD3D5FFB457EE0150CA4F389AE1DCD6E5A612E448E37FD0D0068C + checksum64: 62802FE3DEEEB4970B01CA3AB1F169ABDC9CA6E5ADBF5BA18B0FBCA4CF088EAC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d35304b31d6..6244cc73f7e 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.6803.0-snapshots' +$version = '132.0.6804.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/1374420/mini_installer.exe' - checksum = '98ED4BA4AB3FAD1D20BDB814D56805250C526A12145D9DD279BF44505B5F6EB6' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1374523/mini_installer.exe' + checksum = 'C1AD6103AE9A444C291C040706A0B933046A3D991F03569DB842552326819E8C' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'