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

0 comments on commit a3747a2

Please sign in to comment.