From ffc36edd0c3aedb4a7f6ee5c4161dd740dc24d84 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 7 May 2022 12:13:48 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/8573e0748ef32c6cc3120552772778e339fb0252 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 88c5f830331..a86749ad3d8 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "103.0.5048.0-snapshots", + "snapshots": "103.0.5049.0-snapshots", "stable": "101.0.4951.54" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 052b985a052..0f986fc9043 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 103.0.5048.0-snapshots + 103.0.5049.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9eb85c227db..b11c41ccd9b 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: D0E0E4968213239D1FABA2596CA8169432F9459010247C5F8E24BE53977B5E54 - checksum64: F352BCEAA87C14DFE92ECAAF585FC30C0D17F45A7C63D6E6D9AB36A1AAE3A36A + checksum32: 24F9540CF07E39325BD2C98BAE621735FD7D4E8B7D72170CD0949130767DB445 + checksum64: DF94B3EE5BEF97835444B6749B9C2C68DB56A56779B52DAB351F2C8ADE58B245 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7163880ff2b..08d2ab8f0bf 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "103.0.5048.0-snapshots" +$version = "103.0.5049.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string