From 76a4588e962ba500443285513bab35614f426e13 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 17 Mar 2018 06:13:37 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3692fd3c599a4a8e90f3ebeff97b3d3b52965ef3 --- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1a59a2f3c0a..5c4ce6272ba 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 67.0.3373.0-snapshots + 67.0.3374.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f861ea40061..43f62fa0b3b 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: EB77F9C9D584E86CB28C61EBA6E426AADC9D0CAD3D8A74CF5D6A0D2F3DE3FC21 - checksum64: 2584C1E71D130763F23D1F0F6FD23C9CCE116702749E7C00B5A58140300E0D22 + checksum32: 3B426810A16C8072F3E8447E218F318FF2ADBB4AFFC267276551EB012E62AF58 + checksum64: DA722B9310DEC5F3BA509F64F4D11FE71678A112EB218B03A0AF3CEA9ACBD881 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 341bbf35120..6b7d3a8ac66 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 = "67.0.3373.0-snapshots" +$version = "67.0.3374.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string