diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-01-06 19:59:09 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-01-06 19:59:09 -0800 |
commit | d304dab571515641c5f1e7ee04615a67c937dde7 (patch) | |
tree | c316c7e2ea895a40f395de2d8348f058e145d4a7 /net/aria2/Makefile | |
parent | 483c9fceae100dd7c205c614a35907ecc9496965 (diff) |
aria2: Fix faulty patch
The if condition was wrong and caused compilation errors with 1.1.
Potentially broke 1.0.2.
Signed-off-by: Rosen Penev <rosenp@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 e9fd774db..d137fa99a 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 PKG_VERSION:=1.34.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ |