From 3f19497eab96d9be1f993a89e1f194df46534089 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 8 May 2022 00:13:39 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/b6eac6bd3fc76065811e05659ba0e61f24159506 --- 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 a86749ad3d8..5d76c6f7454 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "103.0.5049.0-snapshots", + "snapshots": "103.0.5050.0-snapshots", "stable": "101.0.4951.54" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0f986fc9043..fd9f3b25f6d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 103.0.5049.0-snapshots + 103.0.5050.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b11c41ccd9b..8865b674ee8 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: 24F9540CF07E39325BD2C98BAE621735FD7D4E8B7D72170CD0949130767DB445 - checksum64: DF94B3EE5BEF97835444B6749B9C2C68DB56A56779B52DAB351F2C8ADE58B245 + checksum32: 409E2107D56FEC2DFDDC1AA216B9E99F6ACAF3295E72DFA879D26D0D12399EF3 + checksum64: 9EEC12D4BBCF083FCF9421C0575863FF52C5178206C63B26AC70B43D66DDD432 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 08d2ab8f0bf..ddf8e676fcb 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.5049.0-snapshots" +$version = "103.0.5050.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string