From 8fc5b07181528923d96cb7088b2a22a0dbfca897 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sun, 27 Aug 2023 20:36:01 +0000 Subject: [PATCH] python311 - update from 3.11.4 to 3.11.5 --- build/python311/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/python311/build.sh b/build/python311/build.sh index fccf8ff314..fe9a201e57 100755 --- a/build/python311/build.sh +++ b/build/python311/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=Python -VER=3.11.4 +VER=3.11.5 PKG=runtime/python-311 MVER=${VER%.*} SUMMARY="$PROG $MVER"