From 9349e9151fc405711a0154866a86427d2fde196b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 15 Dec 2024 12:19:04 +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 07ed80da4f3..f05334d32b6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6897.0-snapshots", + "snapshots": "133.0.6898.0-snapshots", "stable": "131.0.6778.140" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index f8033ed18cd..0be7736a9aa 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6897.0-snapshots + 133.0.6898.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fc1c8a225a0..8d3d4173135 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: C7D4E4F6BCC1D6221D25C893216BB911FBE9014D7328F715C03C3D97F607AE74 + checksum64: 48CAED3EC0CFD99B09EC9F667293442F1A4B7D8BDDBB4619CF5DA59F0199F944 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 34c909652ed..c52d1b4c5e0 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.6897.0-snapshots' +$version = '133.0.6898.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/1396407/mini_installer.exe' - checksum = '23E4D2EC5932EA427968BC6BB7A9271B8283AA2FE72F482C9791C68A293DCE3B' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1396456/mini_installer.exe' + checksum = '03D7C189E6440845158C940AE9A4FAA42735C7FA158B57B54A4FD441973AD964' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'