|
@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/bash/ |
|
|
TERMUX_PKG_DESCRIPTION="A sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh)" |
|
|
TERMUX_PKG_DESCRIPTION="A sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh)" |
|
|
TERMUX_PKG_DEPENDS="ncurses, readline, libandroid-support, termux-tools, command-not-found" |
|
|
TERMUX_PKG_DEPENDS="ncurses, readline, libandroid-support, termux-tools, command-not-found" |
|
|
_MAIN_VERSION=4.3 |
|
|
_MAIN_VERSION=4.3 |
|
|
_PATCH_VERSION=39 |
|
|
_PATCH_VERSION=42 |
|
|
TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} |
|
|
TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} |
|
|
TERMUX_PKG_BUILD_REVISION=6 |
|
|
TERMUX_PKG_BUILD_REVISION=6 |
|
|
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/bash/bash-${_MAIN_VERSION}.tar.gz |
|
|
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/bash/bash-${_MAIN_VERSION}.tar.gz |
|
|