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 5, 2017
1 parent fa82b77 commit 451cc0a
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.02/youtube-dl.exe'
$checksum = '48fc90d412d922c6257368f96b2481b2081edb5dd8c9b98e0443fb89e4db4e6dd1203beba843d3021cdbb2c5556bd57a98ac34f6871c5438706ba3d0779fa1be'
$url = 'https://github.com/rg3/youtube-dl/releases/download/2017.01.05/youtube-dl.exe'
$checksum = '5231e91bd6a1b09ee43270d6ed83b914ba6412ccbc09ae5edda5cff45e5195d479d43bcc419928e2e05c7984e091a1c4f5eaa1e545cb791a455546279ff4d551'
$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.02</version>
<version>2017.01.05</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 451cc0a

Please sign in to comment.