diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-07-24 15:56:45 +0800 |
---|---|---|
committer | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-07-24 16:02:19 +0800 |
commit | 335e32681f1e033abf40b2e34644117a49fd5cba (patch) | |
tree | 0d68b62fb44ac8e43c07a41f11724c855666d00f /net/aria2/Makefile | |
parent | 02ff46022f4b8d71fce69144595b2f06e4ecbe51 (diff) |
aria2: fix bugs and make some changes
* Fix aria2c failed to start after change daemon user, issue #2985;
* Change default download dir;
* Clear exist log file when aria2 start;
* Add log level option;
* Change dir owner when start.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r-- | net/aria2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 1c70510c6..b88e26c71 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 PKG_VERSION:=1.25.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ |