From 513cc3258c5e0638b5a2a191f9a072d8f9667b75 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 28 Aug 2020 12:14:48 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/7ecee1d33cd3fa1a52ae8b221d2c2d550da417b4 --- 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 fca73234907..d67e4ad9207 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "87.0.4247.0-snapshots", + "snapshots": "87.0.4248.0-snapshots", "stable": "85.0.4183.83" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b9ecac20a72..0792b11dd85 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 87.0.4247.0-snapshots + 87.0.4248.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b9be1f2c5f9..7bf4d28b260 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: 4591ABCAB802BA3D1F4B228235141266011A39AA1175CB806A3B5D2503FE30CC - checksum64: F2DAD17212EAC3B4EB91D2C64D0C732585E140F614BEF730015D8BCF9C00A5AF + checksum32: CB6A10EFFC6D5752AA1C314EEB56CA2B7EB7E7BD0D30DDDE36CF9B3B3A40D564 + checksum64: FF036B06180D4F2DEBDC1396874C37DCF19C1279B3A21D7B00E710C66B2918CE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 42d827af3d0..dd31ac8d45e 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 = "87.0.4247.0-snapshots" +$version = "87.0.4248.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string