aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkuoruan <kuoruan@gmail.com>2016-05-28 08:51:18 +0800
committerkuoruan <kuoruan@gmail.com>2016-05-30 09:23:17 +0800
commit3424ffc8d209140e19d3cd822c82ed499d412c5b (patch)
treeef7cec0ca9eb84a6431a020d3877a26b60fd1032
parent959d3a418602e712191bed0ebaf8ec2603500cfc (diff)
aria2: update to 1.23.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
-rw-r--r--net/aria2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index cac017a6c..9ff498249 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2014 OpenWrt.org
+# Copyright (C) 2012-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aria2
-PKG_VERSION:=1.18.7
+PKG_VERSION:=1.23.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=@SF/aria2
-PKG_MD5SUM:=36e92af92b4370817c577ed802546842
+PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
+PKG_MD5SUM:=bc41d919e7d89835ee01c1175300eddc
PKG_INSTALL:=1
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>