diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-02 23:57:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:44 +0200 |
commit | 9af5d98d39b3db01aa2a90fe8fde4da36dc77320 (patch) | |
tree | 294074bb6ed73cf4a21d7238f717761050d37be8 /package/rtorrent | |
parent | f9eb7d3c353e0768c6aeee470bde1117eec354df (diff) |
use local mirror for package
Diffstat (limited to 'package/rtorrent')
-rw-r--r-- | package/rtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile index 4ef4ab59a..9b896e093 100644 --- a/package/rtorrent/Makefile +++ b/package/rtorrent/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= app/p2p PKG_DEPENDS:= libncurses libtorrent libcurl libstdcxx PKG_BUILDDEP:= ncurses libtorrent curl PKG_URL:= http://libtorrent.rakshasa.no/ -PKG_SITES:= http://libtorrent.rakshasa.no/downloads/ +PKG_SITES:= http://distfiles.openadk.org/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |