diff --git a/Makefile b/Makefile index bb3873c..b1cde3a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ #Config -UPSTREAM_VERSION = 3.9.2 +UPSTREAM_VERSION = 3.9.7 PKG_SUB_RELEASE = 1.0 PKG_FULL_VERSION = ${UPSTREAM_VERSION}-${PKG_SUB_RELEASE} 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/ all: clean install