From d290b6b3a362db7c85a3f0c34eb9b440c28d1d59 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 31 May 2022 00:13:32 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c0eb062778f82a76b21d1059517fb01a231b6df6 --- 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 bf272e65716..8abca92502b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "104.0.5093.0-snapshots", + "snapshots": "104.0.5094.0-snapshots", "stable": "102.0.5005.63" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4bfbfe251f9..469fab1a560 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 104.0.5093.0-snapshots + 104.0.5094.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6b61ff9b942..a6880ae0a4d 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: BCEFF888C2B04C42D21C248608AFB8F9A79DF0613563BA09489FA9F398A56C3E - checksum64: DB505C3036F53D3159F5B7219DC9E01A977173E9F6802A084C65DDEEB188089F + checksum32: D25CA5826FB4F48E6C9DA969F4FB9A2824D695B512149454C8DBA8960B3D4EF0 + checksum64: 98991ABB1003F119702F3936C6ADB90125F0FD80BF67FEADC128038613108FF2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b9e135edb1b..9cd762d05ef 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 = "104.0.5093.0-snapshots" +$version = "104.0.5094.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string