From aa93852a8829b64d38b6a55e768cde0309230d42 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 1 Nov 2018 06:11:08 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/12be4734cc1ea99521d0af02a58416d9a9758944 --- 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 5a56d643b67..b8c4b4701fb 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "72.0.3598.0-snapshots", + "snapshots": "72.0.3599.0-snapshots", "stable": "70.0.3538.77" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 3ca81d25bd6..ed2b2239913 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 72.0.3598.0-snapshots + 72.0.3599.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8fb3d133210..8aa0198608c 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: 2FBE31BDBB6FE275AC7452128667249DE99812EC424F74D8053173F9841700AA - checksum64: FC5E1A634E8A8AA8C592F880ED16FDE455DF52AC6F630E981DC4E12B0B6078A9 + checksum32: C2CC471D6580F9AD9A4075F9E86C2727E9C39C8D2476FC0F033CF5227CCCECE9 + checksum64: 97FDA50CD3459285832DAF8116F5D68F05A1D1CC14A24D975BFDCB5825D66735 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b0c14e6d2a4..3e2661c37e1 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 = "72.0.3598.0-snapshots" +$version = "72.0.3599.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string