diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5859567cad2..61d3c780e7d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6921.0-snapshots", + "snapshots": "133.0.6922.0-snapshots", "stable": "131.0.6778.205" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c6883817785..160c4a2e558 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6921.0-snapshots + 133.0.6922.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 143d3cf1bb9..c6d20249ee9 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: 8FD5E50E1D58F4CC23BC8317C9C0D4C5F188FF7D025E516B455C8C8E4B70EB1B + checksum64: 179D71F2BC19714A9AFEAFA53CFFC7C3C70E22E2516AF0866D8F6AC77E4FFE88 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 8fe27b73f87..0920493a1eb 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.6921.0-snapshots' +$version = '133.0.6922.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/1400364/mini_installer.exe' - checksum = '4357A81D05B59D11C57E4D85EF1B59325C29C20F0254E5235B0AD4633764DECF' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1400415/mini_installer.exe' + checksum = '9AE1FC64DB7C6300EF9F2480B86EE97448F6E64F3D62589C378653D605FA44B9' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'