aboutsummaryrefslogtreecommitdiff
path: root/net/aria2/Makefile
diff options
context:
space:
mode:
authorkuoruan <kuoruan@gmail.com>2017-05-25 11:11:43 +0800
committerkuoruan <kuoruan@gmail.com>2017-05-25 11:11:43 +0800
commit5f8dcde38bd894b27e06909804e18262ef5aa6dc (patch)
tree835ca983a6d4f4c4853e23e28a26b3a6a1684659 /net/aria2/Makefile
parentb28a77cc02c4e34e0220539f901fce0cf508d3ce (diff)
aria2: Update to v1.32.0
Signed-off-by: kuoruan <kuoruan@gmail.com>
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r--net/aria2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index 1ad16fa9d..7dd55b0d9 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2016 OpenWrt.org
+# Copyright (C) 2012-2017 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.31.0
+PKG_VERSION:=1.32.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
-PKG_HASH:=7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c
+PKG_HASH:=546e9194a9135d665fce572cb93c88f30fb5601d113bfa19951107ced682dc50
PKG_INSTALL:=1
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, Hsing-Wang Liao <kuoruan@gmail.com>