aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-02-20 13:01:56 -0800
committerRosen Penev <rosenp@gmail.com>2018-02-20 13:18:54 -0800
commit3ee6aff08257f28e877496702eba941e81ffb34a (patch)
treeb445c8492d8f7dd9f67551d3268733806e51bc0e
parent055be639b385029a7540ec22cc926392c7ca1dde (diff)
mktorrent: Change download URL to GitHub.
Upstream has moved to GitHub. Also the hash of the original link and what is in OpenWrt's mirrors does not mach. This may have been motivation for moving away from SourceForge... Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--utils/mktorrent/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/mktorrent/Makefile b/utils/mktorrent/Makefile
index c43540e82..e144b0035 100644
--- a/utils/mktorrent/Makefile
+++ b/utils/mktorrent/Makefile
@@ -14,9 +14,9 @@ PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://downloads.sourceforge.net/$(PKG_NAME)/
-PKG_HASH:=6f8e562af6366e0d9bde76e434f740b55722c6c3c555860dbe80083f9d1d119f
+PKG_SOURCE:=v$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://github.com/Rudde/$(PKG_NAME)/archive
+PKG_HASH:=ab1c42a7fc9f136d4ebc5535d384d1a184cc77fe8054acd4c2f176f3a8c0dac7
include $(INCLUDE_DIR)/package.mk
@@ -25,7 +25,7 @@ define Package/mktorrent
SECTION:=net
CATEGORY:=Network
TITLE:=mktorrent
- URL:=http://mktorrent.sourceforge.net/
+ URL:=https://github.com/Rudde/mktorrent
endef
define Package/mktorrent/Description