From 8d46a2d553f59ddb9d32d1b555ccdff87708c2b5 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 23 Dec 2024 12:18:50 +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 36b7e0ce8dc..642040d6729 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6913.0-snapshots", + "snapshots": "133.0.6914.0-snapshots", "stable": "131.0.6778.205" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 017549f9f4d..391b38a06ed 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6913.0-snapshots + 133.0.6914.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f2f52c2d537..3ffa1d03eb3 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: 8DAC2579B1E3C887BF83EF86C464734B574BB6C37768D13ED7BE77F6B902E5BA + checksum64: 8914038009B337AB1907A7A4BD59347FFA9850923E0B06B4702506E3CA429C05 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7dbdbb63889..335a8c751ce 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.6913.0-snapshots' +$version = '133.0.6914.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/1399655/mini_installer.exe' - checksum = 'FB9A7F5572731A0CA1DF795F1698483171FD7D3E205DE4674FC53BCD89F65431' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1399737/mini_installer.exe' + checksum = 'BC239FCE7D95BC0D1A1394DC33D7A1C96B6612CCBB6EC7E5FB93A17F4A569F24' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'