diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-08-01 18:34:49 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:15:59 +0700 |
commit | e70c0e0076ec23ff2e6d74ae759909e7ee3128d4 (patch) | |
tree | b106e8d989b17b132e16679608e9f7a52cdba6f5 /python/python3-json5 | |
parent | 5716f72c254c8aabcea2592e3a4be5f0b8551b87 (diff) |
python/python3-json5: Updated for version 0.9.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.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 | 2 | ||||
-rw-r--r-- | python/python3-json5/python3-json5.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild index 443b9d25379f3..8d915346a6d69 100644 --- a/python/python3-json5/python3-json5.SlackBuild +++ b/python/python3-json5/python3-json5.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-json5 -VERSION=${VERSION:-0.9.8} +VERSION=${VERSION:-0.9.9} 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 6221e099455be..559c7a6586d4b 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.8" +VERSION="0.9.9" HOMEPAGE="https://pypi.org/project/json5/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.8.tar.gz" -MD5SUM="bbd859fbfedd8eecf21d1958dc4a004a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.9.tar.gz" +MD5SUM="e0ce13dc00af88efc4f46d947caf1a4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |