From 0b85c0f80b9cc15561bcc56246afef5ef680ca0b Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 21 Sep 2018 06:09:33 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0436785896e1889a8048928a258ad75d0829c960 --- 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 84d9227c01d..6fda2f3b0ad 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "71.0.3558.0-snapshots", + "snapshots": "71.0.3559.0-snapshots", "stable": "69.0.3497.100" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 72b278d3ad9..ffc74c593a7 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 71.0.3558.0-snapshots + 71.0.3559.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 459a6c7ac37..2aab4f5e33a 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: 33835A39AC53FDD7BCE1CF61E6635C258203F9DF4E3726884AC79B1930D4252E - checksum64: 640AA2F90F36F855048406101E2571A2706FF23C982C3FB35E670EAE217027B1 + checksum32: 2B52E905DEFC226835371DF518F1EEB82B3365C4E49DFAECD5CCA67DF9FC294D + checksum64: 23C05FB2DAB97EE3304F2991819BDB7D46EDB061B6737FC3239B2C89284C4A39 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b50fd7cc091..eac909bc5c6 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 = "71.0.3558.0-snapshots" +$version = "71.0.3559.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string