diff options
author | Erich Ritz <erich.public@protonmail.com> | 2024-02-23 14:30:05 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 08:11:33 +0700 |
commit | ec79a6e640a5073de665bc7ddeb3981b38a94349 (patch) | |
tree | c1a60b452508e9642bea06c9afee05982ba31801 /python | |
parent | 02aaa79ef6e95383e5b0dd990f3bda86a9be255e (diff) |
python/python3-json5: Updated for version 0.9.17.
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.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 8753e5fd34a0e..f96f3f56f5f6a 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 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2023-2024 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.9.14} +VERSION=${VERSION:-0.9.17} 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 62f4a2d0138b5..dbbd0ea932b51 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.14" +VERSION="0.9.17" HOMEPAGE="https://github.com/dpranke/pyjson5/" -DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.9.14/pyjson5-0.9.14.tar.gz" -MD5SUM="93472ea83886cfcc7e922f24aa3a33ad" +DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.9.17/pyjson5-0.9.17.tar.gz" +MD5SUM="b5a9f9560ce24f70d890a5ae32fa9c0f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |