diff options
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="" |