From 00cbf42db464e2d0e98d87a4dfb89965f1f242a5 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 30 Dec 2018 06:10:20 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f29a43c92b8e029ad629c9abd5a8da9177182c36 --- 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 77e2bffadaf..e608d949245 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "73.0.3656.0-snapshots", + "snapshots": "73.0.3657.0-snapshots", "stable": "71.0.3578.98" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1fdc64d427a..4471ce77215 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 73.0.3656.0-snapshots + 73.0.3657.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index bd59d73e5f4..6ada11189c5 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: 643A2D2D05C84181577FC7A770DDC19557C40FCF8BA963E82DAD2DCC54A67B2B - checksum64: 168E5BBBFABD51AE795106A9719C44A2ECC52687D7E36BB0538344C8C84885E9 + checksum32: 415D034CD1DE2F1CB277332F613E7C5631CC707C0070259EE3E0D4BBC6660D4E + checksum64: 5A566CCA6630BAA9FE4A1AB4AF83F71C4163AED61FFD4DBE64620EC1C31FF785 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d8f12af30e1..cdd4780c7a2 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 = "73.0.3656.0-snapshots" +$version = "73.0.3657.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string