From 49cc5e22f3c020ff609ea4c0c763567e66cd8a5d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 21 May 2014 12:05:56 -0700 Subject: libtorrent 0.13.4 --- Library/Formula/libtorrent.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libtorrent.rb b/Library/Formula/libtorrent.rb index 69871615a..eb7742b6f 100644 --- a/Library/Formula/libtorrent.rb +++ b/Library/Formula/libtorrent.rb @@ -1,15 +1,16 @@ -require 'formula' +require "formula" class Libtorrent < Formula - homepage 'http://libtorrent.rakshasa.no/' - url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.3.tar.gz' - sha256 '34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677' + homepage "http://libtorrent.rakshasa.no/" + url "http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.4.tar.gz" + sha1 "3a3ca87054d020bc376abe2c1ea15bbbaef31131" - depends_on 'pkg-config' => :build + depends_on "pkg-config" => :build def install # Currently can't build against libc++; see: # https://github.com/mxcl/homebrew/issues/23483 + # https://github.com/rakshasa/libtorrent/issues/47 ENV.libstdcxx if ENV.compiler == :clang system "./configure", "--prefix=#{prefix}", -- cgit v1.2.3