Skip to content

Commit

Permalink
AU: 2 updated - chromium youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 16, 2019
1 parent bf73afd commit 9f984cc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "75.0.3766.0-snapshots",
"snapshots": "75.0.3768.0-snapshots",
"stable": "73.0.3683.103"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>75.0.3766.0-snapshots</version>
<version>75.0.3768.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/650638/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/650638/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/651290/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/651285/mini_installer.exe>
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: EE0F6CEF3AF399C7DBCCE348665DC3ECCC293C83A1B99A0FB38006ECA51B1643
checksum64: 6FFEA04BB2DA8FBB32ECD4889F049E2DCBAA8EFFBBCC2A731550421FB4CCD043
checksum32: 9374D9E3C491A071D52C5B45C737C2458732AF3CB140F556AA6437E9539A9F69
checksum64: 97DF9A574DACD836C2B65E1DDDEFF133AF5C4066D212C84E6E374F0661D74FB1

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "75.0.3766.0-snapshots"
$version = "75.0.3768.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.04.07/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.04.17/youtube-dl.exe>
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: 471dba353b96a7c4c43c1468084963ce85f73a8b475ceebe44db73af74f65d08b682b4043a0c367f531eec4b7fd77ab4ea381a32ed10285b277a4ef2e3130a6d
checksum: c97ad3c91c957a6bc22c52328b41dea4f741da735387397f7039a4379269fd4f00895a6f0bfa62b9b99131f25fb792e73d8967025251ed549cb38c7ad3910426

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2019.04.07</version>
<version>2019.04.17</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 9f984cc

Please sign in to comment.