From 0cc6d1f060027826bcf64884665bf8e8e3a98c6c Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 16 Jul 2021 12:13:08 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/edd5aa2e92b5e810d7e7887068fe5d21192be74b --- 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 f313fddd452..677b9ebf10e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "93.0.4577.0-snapshots", + "snapshots": "94.0.4578.0-snapshots", "stable": "91.0.4472.124" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0adbdb9ca26..e09bae15a5e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 93.0.4577.0-snapshots + 94.0.4578.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 13544c3dabd..31063bc2b77 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: 410FDFB032C5589B81E5462A9DA4303734474B729ECB970DF7E1B11D234F0024 - checksum64: E1CB70D12A3587F1C1BE65495E34371473F5B628919BF34591E1F721D6C0E768 + checksum32: 246474F0D62592F3F0F0E2825E9D3AFB2D65499126C92A4B9E1EBBD35FB9C805 + checksum64: D7315DC1197191636FD247BB2E534D976820953D9E6D48F393B7F9CE3AE6C27A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 22330bbfcc6..32ed1eca052 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 = "93.0.4577.0-snapshots" +$version = "94.0.4578.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string