aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStian Eikeland2012-04-15 11:27:58 +0200
committerJack Nagel2012-04-15 14:51:42 -0500
commit8c74d425bab89f323560d0373ab69dcc3f4e6b82 (patch)
treedd54006249630e168cceca9ada3210efcaef67a0 /Library
parent119f18600b22d04cec1e8ed83339465dd358267e (diff)
downloadhomebrew-8c74d425bab89f323560d0373ab69dcc3f4e6b82.tar.bz2
aria2: 1.15.0
[jn: Clang issues were fixed upstream, so remove fails_with block] Closes #11661. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aria2.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/aria2.rb b/Library/Formula/aria2.rb
index 03015000c..b792a1ad9 100644
--- a/Library/Formula/aria2.rb
+++ b/Library/Formula/aria2.rb
@@ -2,22 +2,14 @@ require 'formula'
class Aria2 < Formula
homepage 'http://aria2.sourceforge.net/'
- url 'http://downloads.sourceforge.net/project/aria2/stable/aria2-1.14.2/aria2-1.14.2.tar.bz2'
- md5 '19b1a9f83a09c6ef5c7ab87e4e0f7974'
+ url 'http://downloads.sourceforge.net/project/aria2/stable/aria2-1.15.0/aria2-1.15.0.tar.bz2'
+ sha1 'b29e498a31fdcf890ba93749a221f6022784e003'
depends_on 'pkg-config' => :build
# Leopard's libxml2 is too old.
depends_on 'libxml2' if MacOS.leopard?
- fails_with :clang do
- build 318
- cause <<-EOS.undent
- call to function 'stripIter' that is neither visible in the
- template definition nor found by argument-dependent lookup
- EOS
- end
-
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"