Update readline to v7 and bash to v4.4

As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
This commit is contained in:
Fredrik Fornwall 2016-09-17 18:29:14 -04:00 committed by Henrik Grimler
parent 949c4342cf
commit ebd7ef86b5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gnugo/
TERMUX_PKG_DESCRIPTION="Program that plays the game of Go"
TERMUX_PKG_VERSION=3.8
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/gnugo/gnugo-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="ncurses, readline"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-readline"