Browse Source

python2: Update from 2.7.16 to 2.17.7

android-5
Fredrik Fornwall 5 years ago
parent
commit
879e258346
  1. 5
      packages/python2/build.sh

5
packages/python2/build.sh

@ -12,9 +12,8 @@ TERMUX_PKG_REPLACES="python2-dev"
TERMUX_PKG_HOSTBUILD=true TERMUX_PKG_HOSTBUILD=true
_MAJOR_VERSION=2.7 _MAJOR_VERSION=2.7
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.16 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.17
TERMUX_PKG_REVISION=3 TERMUX_PKG_SHA256=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41
TERMUX_PKG_SHA256=f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7
TERMUX_PKG_SRCURL=https://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SRCURL=https://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. # The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.

Loading…
Cancel
Save