summaryrefslogtreecommitdiff
path: root/package/rtorrent
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-07 21:17:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:24 +0200
commit6635b3481c9929de30b0fd289a9c9a056ba51476 (patch)
tree5fb25cffa5de3b143147582254b3d6c6fd356010 /package/rtorrent
parent7543a2db56e2e1c02fb51af027bfc7f5ff0bd73e (diff)
update to latest upstream version
Diffstat (limited to 'package/rtorrent')
-rw-r--r--package/rtorrent/Makefile4
-rw-r--r--package/rtorrent/patches/patch-configure_ac8
2 files changed, 6 insertions, 6 deletions
diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile
index 0148dde08..45e2f945e 100644
--- a/package/rtorrent/Makefile
+++ b/package/rtorrent/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= rtorrent
-PKG_VERSION:= 0.9.2
+PKG_VERSION:= 0.9.4
PKG_RELEASE:= 1
-PKG_MD5SUM:= 72c3e9ab859bda7cc8aa96c0b508b09f
+PKG_MD5SUM:= fd9490a2ac67d0fa2a567c6267845876
PKG_DESCR:= console torrent application
PKG_SECTION:= app/p2p
PKG_DEPENDS:= libncurses libtorrent libcurl libstdcxx
diff --git a/package/rtorrent/patches/patch-configure_ac b/package/rtorrent/patches/patch-configure_ac
index 975e059cf..b0285c417 100644
--- a/package/rtorrent/patches/patch-configure_ac
+++ b/package/rtorrent/patches/patch-configure_ac
@@ -1,9 +1,9 @@
---- rtorrent-0.9.2.orig/configure.ac 2012-04-20 08:55:30.000000000 +0200
-+++ rtorrent-0.9.2/configure.ac 2014-01-13 12:54:40.000000000 +0100
-@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 6, api version)
+--- rtorrent-0.9.4.orig/configure.ac 2014-05-14 16:30:51.000000000 +0200
++++ rtorrent-0.9.4/configure.ac 2014-06-06 15:23:03.000000000 +0200
+@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 8, api version)
AM_INIT_AUTOMAKE
- AM_CONFIG_HEADER(config.h)
+ AC_CONFIG_HEADERS(config.h)
-AM_PATH_CPPUNIT(1.9.6)
AC_PROG_CXX