diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 7b1efab748d..eb8fe739f05 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6895.0-snapshots", + "snapshots": "133.0.6896.0-snapshots", "stable": "131.0.6778.140" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 14a10b432de..fd782c2a6ef 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6895.0-snapshots + 133.0.6896.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8ef70b469ba..b871a0c86c7 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: 001BA5CCDC849DA7B58F2DD2703945FD11A49744C17B0C64821423FFE9F06ED1 + checksum64: F88EE6D52916643284D30EF113ECA0E44FBB05B5CB01FB1A24821AA556FDDF91 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7351024b734..ce2b0265723 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 = '133.0.6895.0-snapshots' +$version = '133.0.6896.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/1396194/mini_installer.exe' - checksum = 'D43A344D64FDC25A228B521C4D6A54B4D2F9F56F6D1AE02B2DC34BBDB876F4BC' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1396343/mini_installer.exe' + checksum = '1C63564A95CCF67A64F8CBA20ADD6C90E67191241DCAFA1ED2437EF6502718BF' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'