Revert "rtorrent 0.9.0" and "libtorrent 0.13.0"
These are unstable versions. This reverts commit 9b5cba752f678a11686299d09a78f2970ed0f4bd. This reverts commit 130b408db14d4d54f8ec4fb1c8cca5caa2edcd29. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9dfbfef836
commit
8cb9a4cf3d
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Libtorrent < Formula
|
||||
url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.0.tar.gz'
|
||||
url 'http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.9.tar.gz'
|
||||
homepage 'http://libtorrent.rakshasa.no/'
|
||||
md5 'd499178f72010d5067a77f41fa1a1505'
|
||||
md5 'b128bbd324f03eb42ef5060080f87548'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libsigc++'
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Rtorrent < Formula
|
||||
url 'http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.0.tar.gz'
|
||||
url 'http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz'
|
||||
homepage 'http://libtorrent.rakshasa.no/'
|
||||
md5 '9bc258d7a63dd13e3348f310ae26a434'
|
||||
md5 '629247636cb1210663b52dadbd040a6c'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libsigc++'
|
||||
|
|
Loading…
Reference in a new issue