aria2: Update to v1.32.0
authorkuoruan <kuoruan@gmail.com>
Thu, 25 May 2017 03:11:43 +0000 (11:11 +0800)
committerkuoruan <kuoruan@gmail.com>
Thu, 25 May 2017 03:11:43 +0000 (11:11 +0800)
Signed-off-by: kuoruan <kuoruan@gmail.com>
net/aria2/Makefile

index 1ad16fa9d15be9159f2f02926dfafbadeabd92a6..7dd55b0d9439bef4bd2a04160f000d81cc03143f 100644 (file)
@@ -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>