diff options
| author | Jaime Marquínez Ferrándiz | 2013-03-11 20:14:52 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-11 12:26:55 -0700 |
| commit | 85d98e8e1b07f6fcbc1f8f911e48b64002945bac (patch) | |
| tree | b949a1d3e09c45811fe9a03b22588f36e745dcb8 | |
| parent | 98047d08c48f4a6f2f70b8eee42026f730c5d456 (diff) | |
| download | homebrew-85d98e8e1b07f6fcbc1f8f911e48b64002945bac.tar.bz2 | |
youtube-dl 2013.02.25
Closes #18409.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index 5bdd8cff1..5f0605e9e 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 'http://youtube-dl.org/downloads/2013.02.22/youtube-dl-2013.02.22.tar.gz' - sha1 'd9c8a206ab402204772d6316653a81b0683b7b91' + url 'http://youtube-dl.org/downloads/2013.02.25/youtube-dl-2013.02.25.tar.gz' + sha1 '7f49d2d4156ba54922fbf047dcb732ca1da95568' def install system "make", "youtube-dl", "PREFIX=#{prefix}" |
