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 Dec 9, 2016
1 parent cf27784 commit df2b7ba
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/2016.12.01/youtube-dl.exe'
$checksum = '55ae7a6cbcc2e05c53d78b59364f2a8f91c3e99033d0c222bfc7daf3f5384be83cd3a00b868a9f3fc568279125a06aa68b58fd6a6fdb72575e3b7aeb3c56f7ab'
$url = 'https://github.com/rg3/youtube-dl/releases/download/2016.12.09/youtube-dl.exe'
$checksum = 'c817f695a1cbe5707fe298640386b19f5aa7d310b9bb2453387d68651676a842bfece5b3e83a2cca08478a4dcdaf43d7a86c9d5d9dc26bd367d6cf9cb337b940'
$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>2016.12.01</version>
<version>2016.12.09</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit df2b7ba

Please sign in to comment.