aboutsummaryrefslogtreecommitdiff
path: root/python/python3-filelock/python3-filelock.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-03-28 15:43:04 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-30 09:39:34 +0700
commitdff6556a98fe630c36d632645a9ca1f2d91d1416 (patch)
treea47177666c02f45ed42df4d22f3d9bb43856563b /python/python3-filelock/python3-filelock.SlackBuild
parent3bdce48d8aba38abb47d108bf2eb86b9835bfd32 (diff)
python/python3-filelock: Updated for version 3.13.3.
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.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-filelock/python3-filelock.SlackBuild b/python/python3-filelock/python3-filelock.SlackBuild
index 44e7efa395..1bda76cdf9 100644
--- a/python/python3-filelock/python3-filelock.SlackBuild
+++ b/python/python3-filelock/python3-filelock.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-filelock
# Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com>
-# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
+# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-filelock
SRCNAM=filelock
-VERSION=${VERSION:-3.13.1}
+VERSION=${VERSION:-3.13.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}