diff options
| author | Baptiste Fontaine | 2015-01-31 22:54:02 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-31 23:36:41 -0500 |
| commit | c1fa42e1440aeab99d1b1152184e1131558d2718 (patch) | |
| tree | 2bde3a57fbe2885b9d6b3bc848525d51d5e621d1 | |
| parent | a9456e330a8ea704bdd2a435845d5aeeb831306e (diff) | |
| download | homebrew-c1fa42e1440aeab99d1b1152184e1131558d2718.tar.bz2 | |
yle-dl 2.5.0
Closes #36423.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/yle-dl.rb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/yle-dl.rb b/Library/Formula/yle-dl.rb index 1b21dfe41..7f5c6d3a1 100644 --- a/Library/Formula/yle-dl.rb +++ b/Library/Formula/yle-dl.rb @@ -1,11 +1,9 @@ -require 'formula' - class YleDl < Formula - homepage 'http://aajanki.github.io/yle-dl/' - url 'https://github.com/aajanki/yle-dl/archive/2.4.0.tar.gz' - sha1 'da10ebb538d3bca738a36f332678ac0164220b53' + homepage "https://aajanki.github.io/yle-dl/index-en.html" + url "https://github.com/aajanki/yle-dl/archive/2.5.0.tar.gz" + sha1 "6530a47b69a905f7ae92b97ded37c81437a8be72" - head 'https://github.com/aajanki/yle-dl.git' + head "https://github.com/aajanki/yle-dl.git" bottle do cellar :any @@ -14,7 +12,7 @@ class YleDl < Formula sha1 "03e325d234a53afccba0081de8379abf080aa843" => :mountain_lion end - depends_on 'rtmpdump' + depends_on "rtmpdump" depends_on :python if MacOS.version <= :snow_leopard resource "AdobeHDS.php" do |
