diff options
author | Alexander Ryzhov <github@ryzhov-al.ru> | 2016-11-01 08:50:42 +0300 |
---|---|---|
committer | Alexander Ryzhov <github@ryzhov-al.ru> | 2016-11-01 08:50:42 +0300 |
commit | 20e3133c6c751cc981ba84174b58476d4e026899 (patch) | |
tree | 2b362a4050385d8f0335ed16e0aba87a731ca8f2 /net | |
parent | e08d70d8aa6818bb4666db1305f1d327dad537c8 (diff) |
transmission: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'net')
-rw-r--r-- | net/transmission/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 17b85b941..5a8a6be99 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.92 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://download-origin.transmissionbt.com/files/ http://mirrors.m0k.org/transmission/files +PKG_SOURCE_URL:=https://github.com/transmission/transmission-releases/raw/master PKG_MD5SUM:=3fce404a436e3cd7fde80fb6ed61c264 PKG_FIXUP:=autoreconf |