aboutsummaryrefslogtreecommitdiff
path: root/python/python3-platformdirs/python3-platformdirs.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-02-05 12:39:55 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-07 23:27:03 +0700
commit85526b406f80aa939fe1117aaf6ba87474a1674f (patch)
tree0cb82ab99820708012f2108b120bb9827dc2fc0d /python/python3-platformdirs/python3-platformdirs.SlackBuild
parente9661d9b03f93d57d4cc437b1656b50665fa0305 (diff)
python/python3-platformdirs: Version bump to 4.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-platformdirs/python3-platformdirs.SlackBuild')
-rw-r--r--python/python3-platformdirs/python3-platformdirs.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-platformdirs/python3-platformdirs.SlackBuild b/python/python3-platformdirs/python3-platformdirs.SlackBuild
index 5f6f20a274..e27c7607c9 100644
--- a/python/python3-platformdirs/python3-platformdirs.SlackBuild
+++ b/python/python3-platformdirs/python3-platformdirs.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-platformdirs
# Copyright 2022 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
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-platformdirs
-VERSION=${VERSION:-4.1.0}
+VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}