From 389187e88adb9c798637f17ab2a72f86b0502e10 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 24 Sep 2018 19:26:14 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/eca8424cfbad15a374796bf2c3bd60ad2ee74705 --- 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 121d2ef9fb0..eac4aa7b7d6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "71.0.3560.0-snapshots", + "snapshots": "71.0.3561.0-snapshots", "stable": "69.0.3497.100" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7a07b0be558..76973e5d837 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 71.0.3560.0-snapshots + 71.0.3561.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d219bac19f0..08c085f2021 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: E66DE3A807F2C5ACCF92B90F43B5E49F5CFD814D06B4B7BB45A3FCA8A5542388 - checksum64: 9B64070D00CC947474EE84D7A636954B34B5A8359DF1F72DBF7C114CA6F2CD00 + checksum32: B362FB86C8F2706CA180170F8DC4CED70BE56BF2580A0F6615C922A4E6137F32 + checksum64: 9CB0E1F313D49F583A451206E7FF3EAD329EF565055B3C10A93C5D4563AD04E4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 6b1c7d4c114..4ba50b9e218 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 = "71.0.3560.0-snapshots" +$version = "71.0.3561.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string