Update Upstream to v3.9.7

This commit is contained in:
Kevin Dorner 2021-09-13 19:23:43 +02:00
parent 20b32b8fe8
commit 4538e9a6e7
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#Config #Config
UPSTREAM_VERSION = 3.9.2 UPSTREAM_VERSION = 3.9.7
PKG_SUB_RELEASE = 1.0 PKG_SUB_RELEASE = 1.0
PKG_FULL_VERSION = ${UPSTREAM_VERSION}-${PKG_SUB_RELEASE} PKG_FULL_VERSION = ${UPSTREAM_VERSION}-${PKG_SUB_RELEASE}
SOURCE = https://www.python.org/ftp/python/${UPSTREAM_VERSION}/python-${UPSTREAM_VERSION}-amd64.exe SOURCE = https://www.python.org/ftp/python/${UPSTREAM_VERSION}/python-${UPSTREAM_VERSION}-amd64.exe
CHECKSUM = efb20aa1b648a2baddd949c142d6eb06 CHECKSUM = cc3eabc1f9d6c703d1d2a4e7c041bc1d
## Download Link and Checksums can be found on https://www.python.org/downloads/windows/ ## Download Link and Checksums can be found on https://www.python.org/downloads/windows/
all: clean install all: clean install