diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-08-18 18:49:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 09:05:33 +0700 |
commit | 34f6c80aa4c8bbdef30892e74a48e2dd52cb6701 (patch) | |
tree | 6a93b4f38b4c088fb610bda72d190413a146c63a /python/python3-json5 | |
parent | e38693311c40e031946d552d1da89e9a41f8356c (diff) |
python/python3-json5: Update for 0.9.10
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 8d915346a6d6..16525161ff1f 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.9} +VERSION=${VERSION:-0.9.10} 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 559c7a6586d4..86ee4276d52c 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.9" +VERSION="0.9.10" HOMEPAGE="https://pypi.org/project/json5/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.9.tar.gz" -MD5SUM="e0ce13dc00af88efc4f46d947caf1a4d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.10.tar.gz" +MD5SUM="95c75345b807228c26d8e7bc274e159f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |