aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorIan Hill2012-12-17 17:43:29 +1000
committerAdam Vandenberg2012-12-17 15:42:34 -0800
commite5cc7cb096b8b1d1b10e8cb988811997c3a14337 (patch)
tree9638c6821e41973d9b3bbb1ea9b868373c718f91 /Library/Formula
parentac86882a1efe90d86f8c82679669ca32a94a5182 (diff)
downloadhomebrew-e5cc7cb096b8b1d1b10e8cb988811997c3a14337.tar.bz2
youtube-dl: Update the download url
Closes #16612. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/youtube-dl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 8b680e3df..419e02b08 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -2,8 +2,8 @@ require 'formula'
class YoutubeDl < Formula
homepage 'http://rg3.github.com/youtube-dl/'
- url 'https://github.com/rg3/youtube-dl/archive/2012.12.11.tar.gz'
- sha1 '317904b43096ff01d6c6bbb62676912cd546809f'
+ url 'https://github.com/downloads/rg3/youtube-dl/youtube-dl.2012.12.11.tar.gz'
+ sha1 '9087a85afb80b0c2e2d9f667b638b66a85686938'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"