From c21fcfb1c05aea1162caf374089b8e3e0a42f710 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 1 May 2021 12:12:55 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/2a30b033934786d7ead9b409f7b2a4ec1f75228a --- 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 c4a316fee92..5f6c0564ac5 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "92.0.4494.0-snapshots", + "snapshots": "92.0.4495.0-snapshots", "stable": "90.0.4430.93" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0b344c13508..671f7812526 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 92.0.4494.0-snapshots + 92.0.4495.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 91c05b5a8b0..02382028dcb 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: 330BFA70629ED5D30A12CCC98FFEF39EB3091D5D7AB2F13E892D6FC98AB5F163 - checksum64: 3B510FC425C727F5FCE20D52A49DE2F86A4B326EF32CF0158F36EBCEEED98421 + checksum32: 88ADB912D3F74692628C0BF4A7F033ECAA42004117EF7A770839D19F4ED7269C + checksum64: D0F7B0CF1F79C146E9899FF159574C8AE48826989DB11137DA117090237D11A1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 84b81e89845..c04174ce5fc 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 = "92.0.4494.0-snapshots" +$version = "92.0.4495.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string