mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-08 11:47:51 +08:00
smcroute: Change download to HTTP
FTP is a lot more unreliable than HTTP(S). uscan was recently having trouble. Signed-off-by: Rosen Penev <rosenp@gmail.com
This commit is contained in:
parent
63cae8f571
commit
17fccad969
@ -12,7 +12,7 @@ PKG_RELEASE:=2
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=ftp://troglobit.com/smcroute/
|
||||
PKG_SOURCE_URL:=https://github.com/troglobit/smcroute/releases/download/$(PKG_VERSION)
|
||||
PKG_MD5SUM:=cbf478e52ab9ae411adca41b9d22f68a
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
Loading…
Reference in New Issue
Block a user