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 18, 2016
1 parent d6e5cc5 commit d5e4e49
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.15/youtube-dl.exe'
$checksum = '534948676578c7fedf16c1df7aa729712b43b7b10ed792b3bbc6d73d733d3f3c2e43eb93f4b1711bf4b7227a2396c1d860591f23f8203a4f27c374d1e26a1300'
$url = 'https://github.com/rg3/youtube-dl/releases/download/2016.12.18/youtube-dl.exe'
$checksum = 'ebca98e6bd29239fba2897b020ed302196b2ba73649696dd229e3319e11adf31189674b0c23ba6171e31811592582d483a6d3e44eeac0ebe1e7fb07205870f37'
$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.15</version>
<version>2016.12.18</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit d5e4e49

Please sign in to comment.