From 4538e9a6e7fbcd0f3546731245d31f8386b2332c Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Mon, 13 Sep 2021 19:23:43 +0200 Subject: [PATCH] Update Upstream to v3.9.7 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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