lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2fe6c4a29ec861823b1a33b1ead1400af129a7b9
parent f84a7cd453428795c1e5ab203a737f27978ae060
Author: Hsing-Wang Liao <kuoruan@gmail.com>
Date:   Mon, 19 Sep 2016 09:40:35 +0800

aria2: update to 1.27.1

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>

Diffstat:
Mnet/aria2/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/aria2/Makefile b/net/aria2/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 -PKG_VERSION:=1.26.0 +PKG_VERSION:=1.27.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ -PKG_MD5SUM:=56bb101f02a01a02210c832d6e2d2f8d +PKG_MD5SUM:=eb17bec0cd3ecd56003ff89457b53951 PKG_INSTALL:=1 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, Hsing-Wang Liao <kuoruan@gmail.com>