libtorrent 0.13.3

Closes Homebrew/homebrew#19198.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ian Lancaster 2013-04-14 19:08:38 -03:00 committed by Adam Vandenberg
parent 6929ec8c8a
commit f484122d8d

View file

@ -2,8 +2,8 @@ require 'formula'
class Libtorrent < Formula
homepage 'http://libtorrent.rakshasa.no/'
url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.2.tar.gz'
sha1 '4f34a744fbe10c54aaf53d34681fabc1a49d7257'
url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.3.tar.gz'
sha256 '34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677'
depends_on 'pkg-config' => :build
depends_on 'libsigc++'