diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 977205fd860..4cdb9857417 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6728.0-snapshots", + "snapshots": "131.0.6729.0-snapshots", "stable": "129.0.6668.59" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ca835a46360..d66b4125d7f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 129.0.6668.59 - Chromium + 131.0.6729.0-snapshots + Chromium Snapshots chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7faf8e42677..61d1485adc2 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: 1D2FEA50100620A4BDA313392EE076C835A2B95A16B4E9063514F93C72AC73D0 + checksum64: 3DAB8C2C5DD7A0E670D62646A573ABA341FA353C150FFA43A4DB5B1DB6A99A95 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 52b7efdb866..c71b0b3beec 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 = '129.0.6668.59' +$version = '131.0.6729.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://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe' - checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1358005/mini_installer.exe' + checksum = '61B562E485E62C426F8FE25F5EA8094AFFE7612C7730BB2FAFBA6C74C24579CA' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'