diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index de367cd299d..3664772190b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6937.0-snapshots", + "snapshots": "133.0.6938.0-snapshots", "stable": "131.0.6778.205" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4e738f3102d..20dbc47d331 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6937.0-snapshots + 133.0.6938.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 09d239679b1..b039fa34c35 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: 48AC4BD6D124059804EE56ED719197AB4B3BE676CA6D66E515CC346A793BE982 + checksum64: 6C02DD63BDB41375BC1DB6BFA55663836DBF6628796E55F106F80F839A82ECEA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 06828e5822d..6bbfb58453f 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.6937.0-snapshots' +$version = '133.0.6938.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/1401959/mini_installer.exe' - checksum = '6569A7FD86D018CAE8214834FB7F4EB0E3384B52203DF864A235045D208CBE58' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1402063/mini_installer.exe' + checksum = 'E17F144AAEC944357F8A4E05E0A386DB87DBF85F75EB913298E93994A59F2C03' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'