commit c942952d6b20af4d0a08efcb091cc02f4b090ba2
parent 07df9e3de0db4812f6fae983aac78979e3295a0a
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date: Mon, 31 Oct 2016 14:03:37 +0300
fossil: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/fossil/Makefile b/net/fossil/Makefile
@@ -14,8 +14,8 @@ PKG_RELEASE:=1
PKG_LICENSE:=BSD-2-Clause
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
-PKG_SOURCE:=$(PKG_NAME)-src-${PKG_VERSION}.tar.gz
-PKG_SOURCE_URL:=http://www.fossil-scm.org/download/
+PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://www.fossil-scm.org/index.html/uv/download
PKG_MD5SUM:=3d5a7da5c506a47784942236a788b29b
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-src-$(PKG_VERSION)