Update Upstream to v3.9.7
This commit is contained in:
parent
20b32b8fe8
commit
4538e9a6e7
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue