python2: update to 2.7.18

Last Python v2 release.
This commit is contained in:
Leonid Pliushch 2020-04-22 03:44:14 +03:00
parent 27caa7032b
commit f98d5473f2
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ TERMUX_PKG_REPLACES="python2-dev"
TERMUX_PKG_HOSTBUILD=true
_MAJOR_VERSION=2.7
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.17
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.18
TERMUX_PKG_SRCURL=https://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41
TERMUX_PKG_SHA256=b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43
# The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.
# Set ac_cv_func_wcsftime=no to avoid errors such as "character U+ca0025 is not in range [U+0000; U+10ffff]"