Signed-off-by: James Qian <sotux82@gmail.com>
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)/
if [ -n "$user" ]; then
if ( user_exists "$user" && _change_owner "$user" "$config_dir" "$log" ); then
- _info "Aria2 will run with uer '${user}'."
+ _info "Aria2 will run with user '${user}'."
if [ "$user" != "root" ]; then
- _info "Please make sure user '${user}' has write access to downlod dir: ${dir}"
+ _info "Please make sure user '${user}' has write access to download dir: ${dir}"
fi
else
_info "Set run user to '${user}' failed, default user will be used."