diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-11-27 22:56:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-28 21:01:04 +0700 |
commit | f80a4fde8f11836eb7d8afa88d903fb5d1b9ac72 (patch) | |
tree | 2e8d30659a7c024f01041271199d5f0c9f6f92db /python/python3-fastjsonschema | |
parent | 6a52803c1e43994ae1b12af14adbc8442a6dc853 (diff) |
python/python3-fastjsonschema: Update for 2.21.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fastjsonschema')
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild index 95bce7db90..311814a9c8 100644 --- a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild +++ b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-fastjsonschema -VERSION=${VERSION:-2.20.0} +VERSION=${VERSION:-2.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.info b/python/python3-fastjsonschema/python3-fastjsonschema.info index cfc7b6bd5a..7c1ef62114 100644 --- a/python/python3-fastjsonschema/python3-fastjsonschema.info +++ b/python/python3-fastjsonschema/python3-fastjsonschema.info @@ -1,8 +1,8 @@ PRGNAM="python3-fastjsonschema" -VERSION="2.20.0" +VERSION="2.21.0" HOMEPAGE="https://github.com/horejsek/python-fastjsonschema" -DOWNLOAD="https://github.com/horejsek/python-fastjsonschema/archive/v2.20.0/python-fastjsonschema-2.20.0.tar.gz" -MD5SUM="f2af89a64f8e9ebd7895e76dd0d40ca4" +DOWNLOAD="https://github.com/horejsek/python-fastjsonschema/archive/v2.21.0/python-fastjsonschema-2.21.0.tar.gz" +MD5SUM="89446fab640b706ae0fe89e7b3538d85" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |