Selaa lähdekoodia

lftp: added mirror directory old to avoid build disruption on new version releases

Signed-off-by: Federico Di Marco fededim@gmail.com
Rupan 9 vuotta sitten
vanhempi
commit
5b045bd1f1
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4
    1
      net/lftp/Makefile

+ 4
- 1
net/lftp/Makefile Näytä tiedosto

@@ -11,7 +11,10 @@ PKG_NAME:=lftp
11 11
 PKG_VERSION:=4.6.2
12 12
 PKG_RELEASE:=1
13 13
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
14
-PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \ http://lftp.cybermirror.org \ http://lftp.cybermirror.org/old
14
+PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \
15
+		http://lftp.yar.ru/ftp/old \
16
+		http://lftp.cybermirror.org \
17
+		http://lftp.cybermirror.org/old
15 18
 PKG_MD5SUM:=487c064ee1bd732e5f95928e530435a8
16 19
 
17 20