From 2cd36672d586174aa04a20192260ef362b41808b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 8 Jun 2024 12:17:43 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/9b5a4f9b8d3e52fc227e2bf6b72b830622b78f6e --- 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 4d4ad7026c9..b04292df920 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "127.0.6527.0-snapshots", + "snapshots": "127.0.6528.0-snapshots", "stable": "125.0.6422.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c300aede5f5..ea1db3fe464 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 127.0.6527.0-snapshots + 127.0.6528.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fb1a95869fe..2eac34488e4 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: B54C21B6BEA09F5D5125F43229A884F0EF794A8098968ABD56714B86B2E7FFEC + checksum64: CDD017EA1CF2A1734AA1DAFD59F24BADF570CA4220D8B388BFF8F3E7BDB9803D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0708c34a8c2..26fb9d55639 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 = '127.0.6527.0-snapshots' +$version = '127.0.6528.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/1312132/mini_installer.exe' - checksum = 'C62B41199D81A163BFBDE6309C1F734349A030403AAE64F52A7E9C1F9325090E' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1312411/mini_installer.exe' + checksum = '6514AE55509DA55CE79F5DD444FBF1DB4B79B5B65257596B1AFFF13035759A58' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'