summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Erich Ritz <erich.public@protonmail.com>2025-06-03 08:37:02 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-06 23:32:16 +0700
commit35b57c2c6f8ca8476e3db2ef9caa96e6cb049d7b (patch)
tree04a04de07ac946e889583c5f3abadd352d6aa6cd /python
parent38e606211a6c43d89505841544c1a45982d0b1ef (diff)
downloadslackbuilds-35b57c2c6f8ca8476e3db2ef9caa96e6cb049d7b.tar.gz
slackbuilds-35b57c2c6f8ca8476e3db2ef9caa96e6cb049d7b.tar.xz
python/python3-json5: Updated for version 0.12.0.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-json5/python3-json5.SlackBuild2
-rw-r--r--python/python3-json5/python3-json5.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild
index 633db898de..511963afe1 100644
--- a/python/python3-json5/python3-json5.SlackBuild
+++ b/python/python3-json5/python3-json5.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-json5
-VERSION=${VERSION:-0.10.0}
+VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-json5/python3-json5.info b/python/python3-json5/python3-json5.info
index ca7912e711..1aae45a107 100644
--- a/python/python3-json5/python3-json5.info
+++ b/python/python3-json5/python3-json5.info
@@ -1,8 +1,8 @@
PRGNAM="python3-json5"
-VERSION="0.10.0"
+VERSION="0.12.0"
HOMEPAGE="https://github.com/dpranke/pyjson5/"
-DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.10.0/pyjson5-0.10.0.tar.gz"
-MD5SUM="223493a68d17e765b03c14e17ee88093"
+DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.12.0/pyjson5-0.12.0.tar.gz"
+MD5SUM="810d409640a0d15226c4e4008cdeff64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"