From 7fcfe2afd511b25da2e010a0fc57ac1ebf9ade64 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 12 Feb 2019 06:11:32 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/462c701675f712d3ab5ae27eae6997e48b6e67b1 --- 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 fd985098088..3294a5a885a 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "74.0.3702.0-snapshots", + "snapshots": "74.0.3704.0-snapshots", "stable": "72.0.3626.81" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index e7f3b23add8..c7b109ca0ca 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 74.0.3702.0-snapshots + 74.0.3704.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6866a7cf8db..bd27c80c9d4 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: 40A706D1FD92BD142F13B16F0E0EB4B883115C4FD4F88C364A395082FCA1E477 - checksum64: 5F49711A17C543947722C78F3C8636C364805A1E3C9A5A5C45715928082B96D5 + checksum32: D023D3D49037773608D934F220A981C8B21E86612764E0CF889905ADB9648CE6 + checksum64: A71D621B0337C1F046B3DD58DD63F45A5FB153100E3323FF5EDA48B0AE891F7D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7091fcb6d9b..623bb342673 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 = "74.0.3702.0-snapshots" +$version = "74.0.3704.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string