From 38ddb80d42671f33e85a01ea1a45099f744d2c5b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 13 May 2024 12:17:38 +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 a53878c7e1a..dc6d7d0fb2b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "126.0.6476.0-snapshots", + "snapshots": "126.0.6477.0-snapshots", "stable": "124.0.6367.202" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index f8b17a88aea..04b4bfda713 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 126.0.6476.0-snapshots + 126.0.6477.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 17c04505850..3b528a1fffd 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: A84F851D18A8FBE1D5F1A76FCA935A259330D1A4B18F01A93AC7F97D73DD677E + checksum64: 5C0C9649C4727D7457671AD069854726008DB98FD31321DE522C1FF946420621 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4a9ff07aae9..ed6306ba85e 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 = '126.0.6476.0-snapshots' +$version = '126.0.6477.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/1299803/mini_installer.exe' - checksum = '020CF4D6593E3885156668575C48A48F9CEC07E92F03234427FF4CD8D605343E' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1299932/mini_installer.exe' + checksum = 'A12F8FE20F5223E80C324F60D88976CD5460FC69FBEA1273B0162C7538885680' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'