summaryrefslogtreecommitdiffstats
path: root/python3/build/python3.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-05-15 10:01:55 +0000
committer Eric Hameleers <alien@slackware.com>2021-05-15 10:01:55 +0000
commitf40e1faa5e9a9e978c8bf5a6a6f7f3bb816b360d (patch)
tree09918b5425c46199a0be0fe2a0f1a801db7625ff /python3/build/python3.SlackBuild
parentf0bb87c9516f822f7741987b60d8c0c6a9650870 (diff)
downloadasb-f40e1faa5e9a9e978c8bf5a6a6f7f3bb816b360d.tar.gz
asb-f40e1faa5e9a9e978c8bf5a6a6f7f3bb816b360d.tar.xz
python3: update to 3.9.5
Diffstat (limited to '')
-rwxr-xr-xpython3/build/python3.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/build/python3.SlackBuild b/python3/build/python3.SlackBuild
index 90c4cb65..036a5bd6 100755
--- a/python3/build/python3.SlackBuild
+++ b/python3/build/python3.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python3
SRCNAM=Python
-VERSION=${VERSION:-3.9.2}
+VERSION=${VERSION:-3.9.5}
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
BUILD=${BUILD:-1}
TAG=${TAG:-alien}