From 8134588c25c0f1ca54c50c7e5ceef977f67cd65f Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 5 Oct 2018 06:10:33 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/eef92c06fdbf98dd351124c44451c7479b1034eb --- 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 7ea3f05b033..c9c9df4b882 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "71.0.3571.0-snapshots", + "snapshots": "71.0.3572.0-snapshots", "stable": "69.0.3497.100" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9df0fdcdfbb..2b384bd9957 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 71.0.3571.0-snapshots + 71.0.3572.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9c2c5f15b6b..29baf91017b 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: 7E6BC957FD243E582A10E4B7B6DAB2B2DFC9D4383C3FB42FCBBA70942C3DE296 - checksum64: C8385CFF7F583701CB82B5040152EC73BE1EA678AF29E213E04BD984E889FDD8 + checksum32: 91AE2F984C845108374B331D922DFBE2BEFF72CBF339038AACD5DC6596D069D3 + checksum64: 31CB55469423DC4DAEB4561D0F055A3139BC4B79BDCA98F1770AF8E78A96F655 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b86fce2f8f2..ae10bb8624d 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.3571.0-snapshots" +$version = "71.0.3572.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string