Skip to content

Commit

Permalink
AU: 1 updated - youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 10, 2017
1 parent e2f85e4 commit 99cde4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/youtube-dl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'youtube-dl'
$url = 'https://github.com/rg3/youtube-dl/releases/download/2017.01.08/youtube-dl.exe'
$checksum = 'e04164fc7bcf8b0745fa745e54fff6ce9341890dfad62691d9b8aca386314db5cd114880b838e53ecf0aa0a39f682dc655aca43ed79678a60248a6f433400c0e'
$url = 'https://github.com/rg3/youtube-dl/releases/download/2017.01.10/youtube-dl.exe'
$checksum = '8f1e40c34ec73af23d825d5ba206bd0fc562ea060e7b29c18234572078f55a3345fc11f6c3882568aa2222a0e21b5200f6f88265213217a58ea1dbc337014688'
$checksumType = 'sha512'

$installDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2017.01.08</version>
<version>2017.01.10</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 99cde4f

Please sign in to comment.