From fbc25bdda91252d6015d963a185587221baa5bc8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 22 Dec 2024 12:18:47 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c75ba3397c4..bd9e220dc00 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6911.0-snapshots", + "snapshots": "133.0.6912.0-snapshots", "stable": "131.0.6778.205" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 12702f1765b..5b98db84884 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6911.0-snapshots + 133.0.6912.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 59638ccbdde..97ae7086070 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: 1DC63FCD10C86633281F53925FC2D0BFD1409D90241F158656A75629CB845F15 + checksum64: FEFB73515C0E2551D2E7D05F9B1CAC65E1FC7800E88C8BBFEC40FBD62E2961A0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 30e18ed5e23..d98bb10b197 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.6911.0-snapshots' +$version = '133.0.6912.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/1399566/mini_installer.exe' - checksum = '11985768A10149CBEE6885333BDEA0A353EB5400C904091031EC2FF6FF69C6A8' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1399605/mini_installer.exe' + checksum = '38B05F930CE9CD3E86C70B6D0C1F935851A84D6FC2F99ABC6608A4E7211DAD17' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'