aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorasaph2014-02-04 14:56:35 -0800
committerAdam Vandenberg2014-02-04 20:17:16 -0800
commit674cff1efd7a67b3e0c52400405b1aa192153fa0 (patch)
treecb7a52feb73747567ecf81a9092ab5f33089b200 /Library
parentf02fee1504939a11c70f3a06a613e6e8df490e1a (diff)
downloadhomebrew-674cff1efd7a67b3e0c52400405b1aa192153fa0.tar.bz2
youtube-dl 2014.02.04.1
Closes #26413. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 5eeb2addc..eef1a5ec6 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.io/youtube-dl/'
- url 'https://yt-dl.org/downloads/2014.02.04/youtube-dl-2014.02.04.tar.gz'
- sha1 '120be66ea26168e3e5f1a0861bfab905b21782e3'
+ url 'https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz'
+ sha1 '44224d35b363f8ff33f3d04fe003c9641592ac00'
def install
system "make", "youtube-dl", "PREFIX=#{prefix}"