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
parent 658f8ce979
commit 83d11d6e04
28 changed files with 32 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ TERMUX_PKG_HOSTBUILD=true
_MAJOR_VERSION=3.5
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.2
TERMUX_PKG_BUILD_REVISION=3
TERMUX_PKG_BUILD_REVISION=4
TERMUX_PKG_SRCURL=http://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
# The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.