From 9dacde3c5f1e2eeee59b0e506fe499fdbae8be31 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 1 Feb 2019 06:11:19 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4b95bbc1bc305dfab11ceecb0a127788e448b9b8 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 09dd8d0790d..7415adc142c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "74.0.3690.0-snapshots", + "snapshots": "74.0.3691.0-snapshots", "stable": "72.0.3626.81" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5f0777ace8b..95658f7922a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 72.0.3626.81 - Chromium + 74.0.3691.0-snapshots + Chromium Snapshots chocolatey The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 492b6a545e9..08c0311347e 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: C25FDC93216D8BF000B62E2EB2808B797EF1093F09700E537C53F668967AE9C6 - checksum64: 3D0E493425D6A0A94D40D4D1680A405847938A36C99464C6C6B2CD7CAEC10337 + checksum32: C1B92F1A5B8B925FF0973514573981F7109F134710BBA87ED0F4C45A349894E1 + checksum64: 80DB720927DCB75097B397EA6E4539070886C7DEA45873265304283D13D8815A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b20dc33ad26..f4b0e969256 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.3626.81" +$version = "74.0.3691.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string