commit fe720df
chld
·
2026-09-05 15:45:00 +0000 UTC
parent e7fde2a
python: bump to 3.14
1 files changed,
+2,
-2
+2,
-2
1@@ -1,8 +1,8 @@
2 #!/bin/sh -ue
3 NAME=python3
4-VERSION=3.11.5
5+VERSION=3.14
6 RELEASE=1
7-SOURCE="https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz"
8+SOURCE="https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz"
9
10 build() {
11 msg "creating modules/setup.local for static modules..."