From 0e9561e82f22918740df7662c43b93201d0cce81 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 21 Apr 2022 18:20:14 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0a73f1f3d01735d43c820ec1329e704c6171a256 --- 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 dee36124f0c..4aa1fd25e2d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "103.0.5017.0-snapshots", + "snapshots": "103.0.5018.0-snapshots", "stable": "100.0.4896.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index f7b48d3e8e1..14873fbc0ba 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 103.0.5017.0-snapshots + 103.0.5018.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f73d341df88..144d8f0bf45 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: E301C418303A931EBCB68E43EF5CE5A789B69C49A7511F3DD400C6A5D8E7356F - checksum64: 9C290F31FFA9D3D07F7FCECDC0DBE94189438638AAA89C7E7D711A65138C33D6 + checksum32: D9A19A01D88F68B791956F53579D6D7126425AE3E4644DCCC2E9E19F93FAE13E + checksum64: 9C74ED9916C6F13492784CDDE8F24CF3C795AF34F6C2D5AEDC7690B534B8303B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b99c544cb40..878616cad60 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.5017.0-snapshots" +$version = "103.0.5018.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string