diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-03 14:58:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 06:55:22 +0700 |
commit | 1815b7fc0dab7da17b6e078fcac59ee7d9bb9b41 (patch) | |
tree | 37d9cefec30c7230d8a862503a9838b31faf96e5 /python/python3-json5 | |
parent | efd7e57efa0f51f766be9186beca6f7dd4025f1b (diff) |
python/python3-json5: Update for 0.9.12
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 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild index 61624545c2c5..b97b2168f09a 100644 --- a/python/python3-json5/python3-json5.SlackBuild +++ b/python/python3-json5/python3-json5.SlackBuild @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-json5 -VERSION=${VERSION:-0.9.11} +VERSION=${VERSION:-0.9.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCNAM=json5 +SRCNAM=pyjson5 if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/python/python3-json5/python3-json5.info b/python/python3-json5/python3-json5.info index 2edb8009e82d..a4bed2102ca9 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.11" -HOMEPAGE="https://pypi.org/project/json5/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.11.tar.gz" -MD5SUM="97226c235f31da0226a2d26fb69e39da" +VERSION="0.9.12" +HOMEPAGE="https://github.com/dpranke/pyjson5/" +DOWNLOAD="https://github.com/dpranke/pyjson5/archive/v0.9.12/pyjson5-0.9.12.tar.gz" +MD5SUM="de5a0d8a5611ca6f286e19f42e5ca67b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |