diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index df0dc9d6abc..976864f2a17 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6754.0-snapshots", + "snapshots": "131.0.6755.0-snapshots", "stable": "129.0.6668.71" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 12809dca95d..fbc1dbb48c1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 131.0.6754.0-snapshots + 131.0.6755.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 58c169b2121..2d56a8ff3a3 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: 91D1F11B8C11A5A50B15EF9A18E251B8676ACF8872033D45ABFACA147F6EFD7F + checksum64: C7FD9DA95D0CE94DEB37AAA94CDBF3EE5214EB56F4775FADFD478C9F9A47E651 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4e9db93cd47..2410b74ff80 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 = '131.0.6754.0-snapshots' +$version = '131.0.6755.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/1363115/mini_installer.exe' - checksum = 'F2FCE42DB278795F56D35E9194F8304FC3F24C377BBED90737BDA93CB2D78404' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1363439/mini_installer.exe' + checksum = '598502467BA0AD9B5518199F576E880EA14325D7C133E1332D6D0029F56B9056' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'