diff options
| author | Steffen Matthischke | 2014-05-14 14:38:11 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-05-14 09:11:56 -0500 |
| commit | 2fbc235755773f4ee4590576da469b61df4a0a4d (patch) | |
| tree | bc19a109cf3d3824db1e488e5776e315938dd3fd /Library | |
| parent | f58265b0c3d15444b3ed8b046a020724be683f63 (diff) | |
| download | homebrew-2fbc235755773f4ee4590576da469b61df4a0a4d.tar.bz2 | |
youtube-dl 2014.05.13
Closes #29242.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 7c9448133..2229a25c8 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -5,8 +5,8 @@ require "formula" # https://pypi.python.org/pypi/youtube_dl class YoutubeDl < Formula homepage "http://rg3.github.io/youtube-dl/" - url "https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz" - sha1 "e7740e21924b5314599a356f0e1729f9cee52450" + url "https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz" + sha1 "75a1ab1ec0ea7eb3dc241fc6dc7c35811266f274" bottle do cellar :any |
