From 6b6079d664db420eefa73adcac6df577e523313e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 26 May 2024 12:18:21 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1edc14ae7909786dfc5e0fc7d0210127c7044724 --- 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 697dd8d60df..bb1ee4514c3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "127.0.6502.0-snapshots", + "snapshots": "127.0.6503.0-snapshots", "stable": "125.0.6422.113" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d96d2e8fb0c..4f7bcd68557 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 127.0.6502.0-snapshots + 127.0.6503.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 72f998e0d25..6cb87b4e178 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: 3FC95FF763A59388ED2A9F6F7286397FCD5F88271A66CA0E92EEF8C018CE75F7 + checksum64: AFBF06AA129FF2292180D32A3B6D64D9D0CD991E42A4CE221AD8DFB67FC698E3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4c9acdea10a..aea92cb58b9 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.6502.0-snapshots' +$version = '127.0.6503.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/1306120/mini_installer.exe' - checksum = '67C4D5E7E6F276565DEF0CC3281B2AB0930908EA8C33F3B266922B2CC7B743B7' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1306161/mini_installer.exe' + checksum = '830227228A0031BBD99FE1D477C345E562539E5026F4FE911A3482C052BA1395' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'