aboutsummaryrefslogtreecommitdiff
path: root/python/python3-json5/python3-json5.SlackBuild
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2025-08-21 13:02:18 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-22 08:56:25 +0700
commit2820565079a212373f07959fef9d225f23049003 (patch)
treebba71ee9a8893be96ed9345c9e93789f79dca441 /python/python3-json5/python3-json5.SlackBuild
parenta0c0a0f8effa6af482d2ad05be1286442cae9a94 (diff)
python/python3-json5: Updated for version 0.12.1.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-json5/python3-json5.SlackBuild')
-rw-r--r--python/python3-json5/python3-json5.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild
index 511963afe1..cbe4c4db97 100644
--- a/python/python3-json5/python3-json5.SlackBuild
+++ b/python/python3-json5/python3-json5.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-json5
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
-# Copyright 2023-2024 Erich Ritz, Jenks, Oklahoma, USA
+# Copyright 2023-2025 Erich Ritz, Jenks, Oklahoma, USA
# 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-json5
-VERSION=${VERSION:-0.12.0}
+VERSION=${VERSION:-0.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}