From 215a63d867d1af3602bb12c8f38f0b5b16af904e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 3 Apr 2020 06:13:11 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0765d77b3135e5de7450f71f2146532a31c3a555 --- 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 77c98eccd8d..3fbb6325c60 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "83.0.4103.0-snapshots", + "snapshots": "84.0.4104.0-snapshots", "stable": "80.0.3987.162" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index e6a89fbfdf5..e2e51bfd954 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 83.0.4103.0-snapshots + 84.0.4104.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index dd52db96e23..b05f464235a 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: 0AE461E1B3F314662C445B1812357D2B865CA7C943E2606D625366147D3DB19B - checksum64: 2EF9A91268734D16F7CD7028D6AEADC61B7B754AEE4A7AFF3D57365C23C994B5 + checksum32: 5E178F59CE7122DA623E5FA376E9762F98CB53A5ADCB3BC879D5CE5BDB309F28 + checksum64: C527721E4181BC855FCC5589EC6FFB4534A516C975B018D3E9697D102FBF260B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index eaa5d0725f0..91776761fae 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 = "83.0.4103.0-snapshots" +$version = "84.0.4104.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string