diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-06-08 09:09:36 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-06-08 10:01:55 +0200 |
commit | aa2dee7daff1b6bec4a0fe1e7a6baf82ac3fbafe (patch) | |
tree | db075010c8a388a4775a69dc71c49d45c20f8c44 | |
parent | 6881a0abafcae6c72a0bfaeb14a0f4bbf8b61da2 (diff) | |
download | aports-aa2dee7daff1b6bec4a0fe1e7a6baf82ac3fbafe.tar.bz2 aports-aa2dee7daff1b6bec4a0fe1e7a6baf82ac3fbafe.tar.xz |
testing/rtorrent: upgrade to 0.9.2
-rw-r--r-- | testing/rtorrent/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/rtorrent/APKBUILD b/testing/rtorrent/APKBUILD index 11c4b41f89..bc3dfad102 100644 --- a/testing/rtorrent/APKBUILD +++ b/testing/rtorrent/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=rtorrent -pkgver=0.8.9 -pkgrel=1 +pkgver=0.9.2 +pkgrel=0 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license='GPL' @@ -17,7 +17,7 @@ build() { export LDFLAGS="${LDFLAGS} -lpthread" ./configure \ --prefix=/usr \ - --enable-debug \ + --disable-debug \ --with-xmlrpc-c \ || return 1 @@ -35,4 +35,4 @@ package() { "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc || return 1 } -md5sums="629247636cb1210663b52dadbd040a6c rtorrent-0.8.9.tar.gz" +md5sums="72c3e9ab859bda7cc8aa96c0b508b09f rtorrent-0.9.2.tar.gz" |