From: kuoruan Date: Thu, 25 May 2017 03:11:43 +0000 (+0800) Subject: aria2: Update to v1.32.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5f8dcde38bd894b27e06909804e18262ef5aa6dc;p=openwrt-packages.git aria2: Update to v1.32.0 Signed-off-by: kuoruan --- 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 , Hsing-Wang Liao