python/python3-json5: Update for 0.9.12

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-02-03 14:58:31 -08:00 committed by Willy Sudiarto Raharjo
parent efd7e57efa
commit 1815b7fc0d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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=""