From 92501ff5143a311dba39b7e22d16c4314467fb51 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 8 Dec 2018 06:14:16 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/8d4e7f5e85b38682560d3fed6409d85f5a370f71 --- 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 5fcfd1228bb..d3defe3993a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "73.0.3634.0-snapshots", + "snapshots": "73.0.3635.0-snapshots", "stable": "71.0.3578.80" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c3c3d112808..923cce3cbe1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 73.0.3634.0-snapshots + 73.0.3635.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8ac0e728c40..14bfdd98459 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: 8FC77E250FC1DE1AEEA9FFD4E3311143F0D6605173A6E720BBE45D6B0433BD8A - checksum64: 477DACB9F9335B91E3A9CF2D920A568E9E5B13EEC25C49BA2C2F2E2E4CD0D724 + checksum32: 75047E08A98594344E3A6752D80CA7D18913CD45D3F97D2F6B8E84B9911213A8 + checksum64: B99E463C9E367AACF32EAAD0EEFFB8E49F51AA9B2270CE12CCE7FC54AF8FC35B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 4ba361da338..a4320dcba13 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.3634.0-snapshots" +$version = "73.0.3635.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string