diff options
author | James Qian <sotux82@gmail.com> | 2018-12-15 21:16:23 +0800 |
---|---|---|
committer | James Qian <sotux82@gmail.com> | 2018-12-15 21:16:23 +0800 |
commit | a07454d02693a8ed3d235371cfea80bd811e9cd6 (patch) | |
tree | fea74809e80e168c1b7b3438df60dedeaf9e5d1d /net/aria2/Makefile | |
parent | 41457bdc46aa24499d7f9bed309e988ef79576d9 (diff) |
aria2: fix some typo
Signed-off-by: James Qian <sotux82@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 68dfc3010..f29804315 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:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ |