From 9003fe431d7ca8ca47f2f3100a4e457fe5339cb2 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 14 Jan 2025 06:18:36 +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 188e59a430f..259e993b1b2 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "134.0.6955.0-snapshots", + "snapshots": "134.0.6957.0-snapshots", "stable": "131.0.6778.265" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9dabf31185d..ec6df1f2992 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 134.0.6955.0-snapshots + 134.0.6957.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c7b7fa0e5ad..05d4847c70a 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: 9824A10758F48506AFCA1616A72EE3B07700199BFE266BD59ECB7BD4CF07D675 + checksum64: B95828E77CB835BA7CF7F2492B463819C93E748E3B5F56D977185F47EC14D026 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7be798e8b8f..eba49e53a96 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 = '134.0.6955.0-snapshots' +$version = '134.0.6957.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/1405357/mini_installer.exe' - checksum = 'ABED1C25C0F89948F6E2AE601FDE48B37908F41D7C19F770BA6E395183A5EB67' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1405879/mini_installer.exe' + checksum = '358E838B37FA6739AEA8BEB6993A10C2506A5335F3FEA71388D9540A6B512332' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'