Browse Source

Merge pull request #3426 from ryzhovau/fossil-src

fossil: fix source URL
lilik-openwrt-22.03
Luka Perkov 8 years ago
committed by GitHub
parent
commit
b8e6501c10
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