From 36af6ff2ff64e166f7f2c83a923be434b47992ae Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 20 May 2019 09:01:54 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/06adeddcb3a05e292771b9cc5a551d1c7d8153a9 --- 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 a5af9c0eb56..5398268d1ab 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "76.0.3795.0-snapshots", + "snapshots": "76.0.3801.0-snapshots", "stable": "74.0.3729.157" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7edba87b1df..819aaed557e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 74.0.3729.157 - Chromium + 76.0.3801.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 d3fe4b61c5f..ca276d9fc04 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: F0BE8DD0212A7C8752A344B22C6D6C235C75AB6FF663BEBF375FEB95A37DDBFD - checksum64: 497234C2DA439182ACDF5102C5F7B0D28A5DFB287EAFA855EE316ED4FE22BCCE + checksum32: 073AC88E425B8EC46E672B7CE692C09CD82660B49949C158B5E61E65DD74606A + checksum64: 0F04EA798CFC61CE50FA4C698AFA65E7DAE277D43DBD141BCCA6FB33E05B15C3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b8ebaa31422..148f05b3b58 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.3729.157" +$version = "76.0.3801.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string