diff options
author | Erich Ritz <erich.public@protonmail.com> | 2024-03-29 12:30:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:20:15 +0700 |
commit | 0d93029cdca3f893d4c06fe8cb41679d5fedbaf2 (patch) | |
tree | 25de3560ad7d1bd819c92a0c6b107d312f6fb3db /python/python3-json5 | |
parent | 19e70e845fb9f2b8d2132ec2061cc6a2948e42ec (diff) |
python/python3-json5: Updated for version 0.9.24.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-json5')
-rw-r--r-- | python/python3-json5/python3-json5.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-json5/python3-json5.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild index 2e64b188421f..be7be58b44c2 100644 --- a/python/python3-json5/python3-json5.SlackBuild +++ b/python/python3-json5/python3-json5.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-json5 -VERSION=${VERSION:-0.9.17} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.24} +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 a5b6e0341f05..e7248f8ee804 100644 --- a/python/python3-json5/python3-json5.info +++ b/python/python3-json5/python3-json5.info @@ -1,8 +1,8 @@ PRGNAM="python3-json5" -VERSION="0.9.17" +VERSION="0.9.24" HOMEPAGE="https://github.com/dpranke/pyjson5/" -DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.9.17/pyjson5-0.9.17.tar.gz" -MD5SUM="b5a9f9560ce24f70d890a5ae32fa9c0f" +DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.9.24/pyjson5-0.9.24.tar.gz" +MD5SUM="3bf1dbfefd22d2ca587a40cc74c24ed9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |