diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
commit | ac46e350e174e78a55a348eda775665ae0eb3277 (patch) | |
tree | 5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/rtorrent/Makefile | |
parent | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff) |
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/rtorrent/Makefile')
-rw-r--r-- | package/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile index 0ba65ff05..dac38e6e9 100644 --- a/package/rtorrent/Makefile +++ b/package/rtorrent/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= rtorrent -PKG_VERSION:= 0.8.6 +PKG_VERSION:= 0.9.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= b804c45c01c40312926bcea6b55bb084 +PKG_MD5SUM:= 9bc258d7a63dd13e3348f310ae26a434 PKG_DESCR:= console torrent application PKG_SECTION:= p2p PKG_DEPENDS:= libncurses libtorrent libcurl |