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/libtorrent/Makefile | |
parent | f9eb7d3c353e0768c6aeee470bde1117eec354df (diff) |
use local mirror for package
Diffstat (limited to 'package/libtorrent/Makefile')
-rw-r--r-- | package/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index e9f2e0592..2db389ff8 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= libs/net PKG_DEPENDS:= libopenssl libsigc++ PKG_BUILDDEP:= openssl libsigc++ gettext-tiny PKG_URL:= http://libtorrent.rakshasa.no/ -PKG_SITES:= http://libtorrent.rakshasa.no/downloads/ +PKG_SITES:= http://distfiles.openadk.org/ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |