diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3a967ff8742..b8272103ad6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6597.0-snapshots", + "snapshots": "128.0.6598.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d335ab502b9..74aeb6ec42a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6597.0-snapshots + 128.0.6598.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9cd2fa60d32..4f744eec363 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: 9AC5846ACB2D7DACF256F5418DD3E325DA7CAFA58639EE05BABCF53F08417328 + checksum64: 6A0E3B92759BD7112344883F3557E6AEF55853B1ACB3D9AE4ECCFB5454913B16 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 20585261f29..b367558c9c0 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 = '128.0.6597.0-snapshots' +$version = '128.0.6598.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/1327285/mini_installer.exe' - checksum = 'C2FD33EAAA8CE946B5009BA391C733DD2B34F39EE3287355C9690DEF568F5EC2' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1327367/mini_installer.exe' + checksum = '9366D53242AD52510C59913A26D1C538E3072EBBF7D9B40354ACF1724DBD65EF' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'