From bef3d1e8dc4376b57adc037c81084a3ff364ff94 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 27 Feb 2021 12:12:53 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/d51e2c2de99bd65971548bfb4d287a1c48d66fd9 --- 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 1677fd95302..35c662e88bb 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "91.0.4431.0-snapshots", + "snapshots": "91.0.4432.0-snapshots", "stable": "88.0.4324.190" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 687243345d5..baa1ad52cc1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 91.0.4431.0-snapshots + 91.0.4432.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index bbb0e5f498e..576beec417b 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: D274397FC5B78F82003AA6594E50A96F337EED5C2B5FA799F88775E4D868090E - checksum64: 50F4FFC7C06A35F8B42F83AC059FD8FE4A50B40A2DD83FA04334D97A18CBB6A4 + checksum32: 677CD7A893B467AF386E89F38CDA14F3AF5F13C61C97C9CDBC0C584008859A83 + checksum64: 81D14096CF555E3A156E300FADCB017144AB6767F87CF5160C011CDB7228F716 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 41218e624de..02b8440ee0f 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 = "91.0.4431.0-snapshots" +$version = "91.0.4432.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string