aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Blair2012-07-10 12:41:36 -0700
committerAdam Vandenberg2012-07-10 22:34:08 -0700
commit8d5b2428e9d2354b6574cda87ce150df62395e73 (patch)
tree7ae8e6f6b2d3379ffae88123ac15d311594c95fa
parent979fb23b5ad400149165a00a4b98435ba7ce0627 (diff)
downloadhomebrew-8d5b2428e9d2354b6574cda87ce150df62395e73.tar.bz2
libtorrent 0.13.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/libtorrent.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/libtorrent.rb b/Library/Formula/libtorrent.rb
index fdd8dcee2..37f783d09 100644
--- a/Library/Formula/libtorrent.rb
+++ b/Library/Formula/libtorrent.rb
@@ -2,18 +2,12 @@ require 'formula'
class Libtorrent < Formula
homepage 'http://libtorrent.rakshasa.no/'
- url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.9.tar.gz'
- md5 'b128bbd324f03eb42ef5060080f87548'
+ url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.2.tar.gz'
+ sha1 '4f34a744fbe10c54aaf53d34681fabc1a49d7257'
depends_on 'pkg-config' => :build
depends_on 'libsigc++'
- # Upstream says this is fixed in 0.13.x series, so check if this is
- # still needed when the next stable libtorrent release is made.
- fails_with :clang do
- build 318
- end
-
def install
system "./configure", "--prefix=#{prefix}",
"--disable-debug",