Browse Source

Merge pull request #3635 from p-wassi/lftp_474

net/lftp: update to 4.7.4
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
c7652be39c
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      net/lftp/Makefile

+ 4
- 6
net/lftp/Makefile View File

@ -8,14 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lftp
PKG_VERSION:=4.7.3
PKG_VERSION:=4.7.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
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:=23deda16014412c802f095fbaa0bebee
PKG_SOURCE_URL:=http://lftp.tech/ftp/ \
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/
PKG_MD5SUM:=74965c798b1806d0a2659d8a606ea47f


Loading…
Cancel
Save