diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 7db731128fb..befa44b9eba 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6899.0-snapshots", + "snapshots": "133.0.6900.0-snapshots", "stable": "131.0.6778.140" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0c4b7738549..14a8e3a0c70 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6899.0-snapshots + 133.0.6900.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index abe36072371..af5a42dc6fd 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: FEB5F4D3CA05B4E036FDAC613771087B0DE81E09CB15D3EB927F55CA0AABE983 + checksum64: 102E6F44009116B59AD705E589C20FF6EAD14F26F81557353DF09AAEF514B596 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 6be38bcbc8b..0eb22684f25 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.6899.0-snapshots' +$version = '133.0.6900.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/1396512/mini_installer.exe' - checksum = 'A7D4EE4CFEC632B36934AF37CB161254F7CCA7D27F328B9E4C2F428FCC8B566A' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1396556/mini_installer.exe' + checksum = '5B4D97CF4EA0DA599FC847DAA9E28E2C789247AC50DB998CCECBB247E6BA510C' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'