From f080af82e6c531d018f9ecf5b0c79c59453aee47 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 11 Jul 2019 18:12:58 +0000 Subject: [PATCH] AU: 2 updated - chromium youtube-dl [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/7a1a9fdcad88851b8746240b15bc9ffe47cf3200 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/youtube-dl/legal/VERIFICATION.txt | 4 ++-- automatic/youtube-dl/youtube-dl.nuspec | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index f55a813dd82..81673df0ea7 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "77.0.3850.0-snapshots", + "snapshots": "77.0.3851.0-snapshots", "stable": "75.0.3770.90" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b6e2f6b3657..e91cb4238d1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 77.0.3850.0-snapshots + 77.0.3851.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e74a58f59e2..b84fd610816 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: 68EBE7D8BD8B97D5F26BF9A611CA0E439CD16C7A4F883D1DA32D00E1D87BF3F8 - checksum64: 695874E2D2E38621EE61EB7632E052E70D919BB08255DADE2C128267D62813B0 + checksum32: 5EC00387C34B4DA828DDED7683CC42D51AD372F5F0DB03900D5C7C27FE227202 + checksum64: C44CB8DB58495FECD2FB53F390B5802E308AD1BE1743349231FA2EFDDB2F7100 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 03cc6016400..86490ebbf0b 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 = "77.0.3850.0-snapshots" +$version = "77.0.3851.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/youtube-dl/legal/VERIFICATION.txt b/automatic/youtube-dl/legal/VERIFICATION.txt index 3d5feee785a..94c667333ca 100644 --- a/automatic/youtube-dl/legal/VERIFICATION.txt +++ b/automatic/youtube-dl/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha512 - checksum: c82bb993ca7df68b683991b94b77f747d86515f947cce9506ce7ba78305b55512209179cf1bf01e2677913d98d46f7940f240f20ad865f1ae56fdf9226cf5b6f + checksum: 1a2e7e3f39fa562f9645997543587526ef2dc83fa03b6068189e5087589cc848bd5309252ed29acf9b1ace1f5e20c737dba05b4d2d1f008371fb7f38bbb82a1e File 'LICENSE.txt' is obtained from diff --git a/automatic/youtube-dl/youtube-dl.nuspec b/automatic/youtube-dl/youtube-dl.nuspec index a10c5c38b43..6802af45e14 100644 --- a/automatic/youtube-dl/youtube-dl.nuspec +++ b/automatic/youtube-dl/youtube-dl.nuspec @@ -3,7 +3,7 @@ youtube-dl - 2019.07.02 + 2019.07.12 youtube-dl chocolatey Ricardo Garcia and others