diff options
| author | Brett Koonce | 2013-09-15 13:14:12 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 21:40:17 -0700 |
| commit | 7ce874f14de783f86014d1810f813f1d9eb97d23 (patch) | |
| tree | b7ac634b49230db5f9a26e9cdd8b1310a12d5733 | |
| parent | 69a835c976e65505d1f32e92bde0edb82d73a0df (diff) | |
| download | homebrew-7ce874f14de783f86014d1810f813f1d9eb97d23.tar.bz2 | |
libtorrent-rasterbar 0.16.11
Closes #22568.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/libtorrent-rasterbar.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libtorrent-rasterbar.rb b/Library/Formula/libtorrent-rasterbar.rb index d90e55e12..3fd151c1a 100644 --- a/Library/Formula/libtorrent-rasterbar.rb +++ b/Library/Formula/libtorrent-rasterbar.rb @@ -2,10 +2,12 @@ require 'formula' class LibtorrentRasterbar < Formula homepage 'http://www.rasterbar.com/products/libtorrent/' - url 'https://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.10.tar.gz' - sha1 '8b24442132e52f8765c79b20ffdea8b33bc5aa42' + url 'https://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.11.tar.gz' + sha1 'accf70b2ddc5ab048a35c6dc3ef20718a67833f5' + depends_on 'pkg-config' => :build depends_on 'boost' + depends_on 'openssl' if MacOS.version <= :snow_leopard # Needs a newer version of OpenSSL on Snow Leopard def install system "./configure", "--disable-debug", |
