aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-12-02 18:12:27 -0800
committerAdam Vandenberg2012-12-02 18:12:27 -0800
commit98299de432e5735e5fc4d1ddca686a5ad3b565fa (patch)
treee4492743c4204a1d0b4c6d523e9a9fb7cef9b620 /Library
parent0f4bd1eab68015fcf0a5f6633246c47a72c1bb9b (diff)
downloadhomebrew-98299de432e5735e5fc4d1ddca686a5ad3b565fa.tar.bz2
youtube-dl: use tagged github download
Fixes #16363.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/youtube-dl.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 3e6618c11..c22eae0fa 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -2,12 +2,11 @@ require 'formula'
class YoutubeDl < Formula
homepage 'http://rg3.github.com/youtube-dl/'
- url 'https://github.com/rg3/youtube-dl/raw/2012.11.29/youtube-dl'
- sha256 'e5c209765a366515845fde5da9d7022ad97c29e56b4611a4dc06f5d198377991'
- version '2012.11.29'
+ url 'https://github.com/rg3/youtube-dl/archive/2012.11.29.tar.gz'
+ sha1 '2d13c271ef17781354f0372ca3a5ec6209892625'
def install
- system "make", "PREFIX=#{prefix}"
+ system "make", "youtube-dl", "PREFIX=#{prefix}"
bin.install 'youtube-dl'
end
end