Browse Source

fossil: fix source URL

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov 8 years ago
parent
commit
c942952d6b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/fossil/Makefile

+ 2
- 2
net/fossil/Makefile View File

@ -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)


Loading…
Cancel
Save