From de570906c3c958b25d112095838bfaed9871d4cf Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 23 Oct 2018 06:10:53 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/526039e2d6ceab1649f8448d303532fef9be494b --- 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 d917863b1c6..c156447646a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "72.0.3589.0-snapshots", + "snapshots": "72.0.3590.0-snapshots", "stable": "70.0.3538.67" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index e79e4af8c35..5fd8e5d6ac2 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 72.0.3589.0-snapshots + 72.0.3590.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3634ecb0274..87156517bd7 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: BADEFA3627F259577B9ED03CD0EF89E771072080ED08B681AAFDE33B4525E2C2 - checksum64: C1AEFDA2D345945D14F1C111EE0D37B5CCC4CEFB68D8DAFC853A550E3B5CB769 + checksum32: 4C87EB3B41A5AF00FC4BF28F04B664FA5F040689A99A0E57405B963A1DCD15AB + checksum64: 389A3F0B4C1F1C270B775AD6FD174B88019F5A62632D961D90A4C1B4B2EB81B7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ac7ffdcb904..0240bf0550a 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.3589.0-snapshots" +$version = "72.0.3590.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string