Browse Source

Merge pull request #3299 from fededim/master

Updated packages
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
577111109d
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      libs/neon/Makefile
  2. +2
    -2
      net/lftp/Makefile

+ 2
- 2
libs/neon/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=neon
PKG_VERSION:=0.30.0
PKG_VERSION:=0.30.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.webdav.org/neon
PKG_MD5SUM:=fb60b3a124eeec441937a812c456fd94
PKG_MD5SUM:=e28d77bf14032d7f5046b3930704ef41
PKG_INSTALL:=1


+ 2
- 2
net/lftp/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lftp
PKG_VERSION:=4.7.1
PKG_VERSION:=4.7.3
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:=7dfb03c6544efeef633bc28ba7df8b77
PKG_MD5SUM:=23deda16014412c802f095fbaa0bebee


Loading…
Cancel
Save