diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-17 17:52:25 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-17 17:52:25 +0100 |
commit | 4e0957cf336807829675b1159b5c47d04bbbae98 (patch) | |
tree | d5c3d06cd4592527bb5994d0de66fd1cfcc9bf10 /net | |
parent | 34f9d6f45b3c81670586fb9313ff8f3929e71f86 (diff) |
ctorrent-svn: update download url
old url is dead.
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/ctorrent-svn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ctorrent-svn/Makefile b/net/ctorrent-svn/Makefile index e87476368..609206324 100644 --- a/net/ctorrent-svn/Makefile +++ b/net/ctorrent-svn/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://dtorrent.svn.sourceforge.net/svnroot/dtorrent/dtorrent/trunk +PKG_SOURCE_URL:=https://svn.code.sf.net/p/dtorrent/code/dtorrent/trunk PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=svn |