python: Update to 3.10.4

This commit is contained in:
Tee KOBAYASHI 2022-03-25 21:46:11 +09:00 committed by xtkoba
parent 0cb89e24e5
commit 897a515278
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Python 3 programming language intended to enable clear p
TERMUX_PKG_LICENSE="PythonPL"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=3.10
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.3
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.4
TERMUX_PKG_SRCURL=https://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=596c72de998dc39205bc4f70ef0dbf7edec740a306d09b49a9bd0a77806730dc
TERMUX_PKG_SHA256=80bf925f571da436b35210886cf79f6eb5fa5d6c571316b73568343451f77a19
TERMUX_PKG_DEPENDS="gdbm, libandroid-posix-semaphore, libandroid-support, libbz2, libcrypt, libexpat, libffi, liblzma, libsqlite, ncurses, ncurses-ui-libs, openssl, readline, zlib"
TERMUX_PKG_RECOMMENDS="clang, make, pkg-config"
TERMUX_PKG_SUGGESTS="python-tkinter"