From f9471744049f1f5c15625973ed093cd3432c28de Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 20 Aug 2021 06:13:10 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4d3915d8be6a9c2834207f61367f03fb0a86485e --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 08825fe0712..f4a4c84abb1 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "95.0.4613.0-snapshots", + "snapshots": "95.0.4615.0-snapshots", "stable": "92.0.4515.159" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 99a1a975ff4..d0a86b266a5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 92.0.4515.159 - Chromium + 95.0.4615.0-snapshots + Chromium Snapshots chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 870df8fbe1d..a6559f7b9d0 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: 89558ADFE2F3575E6B39CA7CABBD298032A59BAC1C16AB924450C451ED9BB9EB - checksum64: 75B4915C416C84E955DFF413E0D71E41C4D40ABCAE40EE2E5BD937711E2CB0B1 + checksum32: F70A35454A5FBCFCAA551EB094E3BFBC1ECB61671F8D95B6B8AEF64EED999B48 + checksum64: 6A6A4B32EA6F81D7C11A7D65A276C789CC455718AA726A756B1F070720830322 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 85383c9f210..7e8850bcea4 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.4515.159" +$version = "95.0.4615.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string