diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-06-28 11:37:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:17 +0700 |
commit | f495ed01d48694931f432e21dfc015b333432a58 (patch) | |
tree | 802f92cf680fa238b587c3942cb7bb5a663e5ae8 /python/python3-filelock/python3-filelock.SlackBuild | |
parent | 63e1f625c2d938e06e61e82bf106b8ccec65213b (diff) |
python/python3-filelock: Updated for version 3.12.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-filelock/python3-filelock.SlackBuild')
-rw-r--r-- | python/python3-filelock/python3-filelock.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-filelock/python3-filelock.SlackBuild b/python/python3-filelock/python3-filelock.SlackBuild index ee728fa741..552d64e417 100644 --- a/python/python3-filelock/python3-filelock.SlackBuild +++ b/python/python3-filelock/python3-filelock.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-filelock # Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-filelock -VERSION=${VERSION:-3.9.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.12.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |