mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 02:21:12 +00:00
bash: bump revision after change
the bump supposedly in the previous commit was lost somehow
This commit is contained in:
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux"
|
||||
_MAIN_VERSION=5.2
|
||||
_PATCH_VERSION=2
|
||||
TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION}
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/bash/bash-${_MAIN_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=a139c166df7ff4471c5e0733051642ee5556c1cc8a4a78f145583c5c81ab32fb
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses, readline (>= 8.0), termux-tools"
|
||||
|
||||
@@ -22,3 +22,5 @@ if [ -x @TERMUX_PREFIX@/libexec/termux/command-not-found ]; then
|
||||
@TERMUX_PREFIX@/libexec/termux/command-not-found "$1"
|
||||
}
|
||||
fi
|
||||
|
||||
[ -r @TERMUX_PREFIX@/share/bash-completion/bash_completion ] && . @TERMUX_PREFIX@/share/bash-completion/bash_completion
|
||||
|
||||
Reference in New Issue
Block a user