From 1051213ab9451fd6806938cf054775abecc81b73 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 6 May 2024 12:31:29 +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 | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 80b57b693cd..9efdc0e7328 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "124.0.6350.0-snapshots", + "snapshots": "126.0.6463.0-snapshots", "stable": "114.0.5735.199" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 45ca0a4251f..a168a21d46b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 124.0.6350.0-snapshots + 126.0.6463.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 71886ef298c..1890e777926 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: AB1CCFD1F8CB09F3AB1447495056D13D4F5BF3E7EBB3B5322A270F446C02EB8B + checksum64: 0F1E510545ED8E4CC2BF624BF702879BCB81F1DB7E6774064CEA000146311762 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9df41420867..05a4e6477a1 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 = "124.0.6350.0-snapshots" +$version = '126.0.6463.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,9 +15,9 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://chromium_x32.exe' - checksum = '' - checksumType = 'SHA256' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1296754/mini_installer.exe' + checksum = 'B82C00F403AB08990D20BDDA8A4F3DB2619B4BF3882FA99AE61BDEEA2F37358F' + checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' silentArgs = $silentArgs