From 9a9f0d45b05070a561c19c3ebae87a74471816b6 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 5 Mar 2019 12:14:14 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/9f9784db3e46b3bcf78f1446a2336121d268c79f --- 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 70d4586593b..1b6145fe5b2 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "74.0.3725.0-snapshots", + "snapshots": "74.0.3726.0-snapshots", "stable": "72.0.3626.119" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0b165cea668..dd89a4e3411 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 74.0.3725.0-snapshots + 74.0.3726.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a3374f7ea40..f004c141ceb 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: 5DF4122158754477B70FDE55AF5D4639BA5FBDACBAAAF0A60BED1695EB4DEB42 - checksum64: 33199AD3A8C2E0615F22045D289CEFC38C746E6DCBFA1E2BE91AC2DC245DD84B + checksum32: 98AA679F5041F0BE437A900DB550AE2F7EA970E546213D492769D74C623BB716 + checksum64: 401ED0BF77BAA73EAD3FD34586FFF57507276E239775B81D59229C8132AAFFF4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b2be5285c8f..f4770b6544d 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.3725.0-snapshots" +$version = "74.0.3726.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string