From e6e59c4565b5104b1284274285c2911e5cbcaec9 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 25 Apr 2020 12:12:10 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4bc93d29de8e874129c84287b41dda27561b936e --- 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 f856cbaede2..5776c294f11 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "84.0.4126.0-snapshots", + "snapshots": "84.0.4127.0-snapshots", "stable": "81.0.4044.113" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9ff677ffe4e..0ea2b4a9483 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 84.0.4126.0-snapshots + 84.0.4127.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f7a3a0f3ba6..c7aa14dce1a 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: 10E4717276FDFD7577852524F70C8F1175734E329E7E0B5EE660942845F7197F - checksum64: 9F6E5E9164C1CA4EABFF8E1899B253C7E65AD654A27281510E5EC836D00A78E2 + checksum32: EFBF1C8529800139953FD5B8C73BC878353A57D1AD006808C1E7FC436CA0F7D5 + checksum64: AF20487C40CD574DE936F840277113264B42FE3D8D59A9FB1FD5ED01120DCC1B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d42d1cf8839..c5c05ef87ad 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 = "84.0.4126.0-snapshots" +$version = "84.0.4127.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string