diff options
author | leonghui <leonghui@users.noreply.github.com> | 2016-12-28 16:01:46 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2016-12-29 21:03:03 +0800 |
commit | 35f3f59c8770038465c8ca4137f658ab932b9a4d (patch) | |
tree | 2722788cac5e6f594aa0df5d219e89af783f16f8 /net/aria2/Makefile | |
parent | af52f49858cb578901ff9766d82c530506b156ac (diff) |
aria2: update to 1.30.0
Maintainer: @kuoruan
Compile tested: mips
Run tested: mips
Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r-- | net/aria2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 81acf83a4..a96d4b86c 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 -PKG_VERSION:=1.28.0 +PKG_VERSION:=1.30.0 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:=f649ab30f3b09d0c0ebb816ce0c0205d +PKG_MD5SUM:=8c22f569d3fb9e42c5fd9a95173b9b5f PKG_INSTALL:=1 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, Hsing-Wang Liao <kuoruan@gmail.com> |