diff options
Diffstat (limited to 'Library/Formula/libtorrent-rasterbar.rb')
| -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", |
