Browse Source

Merge pull request #1281 from fededim/master

lftp: added mirror directory old to avoid build disruption on new version releases
lilik-openwrt-22.03
Ted Hess 10 years ago
parent
commit
0429e223d9
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      net/lftp/Makefile

+ 4
- 1
net/lftp/Makefile View File

@ -11,7 +11,10 @@ PKG_NAME:=lftp
PKG_VERSION:=4.6.2 PKG_VERSION:=4.6.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \ http://lftp.cybermirror.org \ http://lftp.cybermirror.org/old
PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \
http://lftp.yar.ru/ftp/old \
http://lftp.cybermirror.org \
http://lftp.cybermirror.org/old
PKG_MD5SUM:=487c064ee1bd732e5f95928e530435a8 PKG_MD5SUM:=487c064ee1bd732e5f95928e530435a8


Loading…
Cancel
Save