|
|
@ -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> |
|
|
|