diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-17 21:05:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-21 08:43:59 +0700 |
commit | 3916211016611bcca19fd0bacb9af8cf6c78022f (patch) | |
tree | bf2c5eaee94ddbb4e9e759cfcfe62824c41895db /python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild | |
parent | c88d1949aa93bc18a3c18c289b31206e28b0a9a0 (diff) | |
download | slackbuilds-3916211016611bcca19fd0bacb9af8cf6c78022f.tar.gz slackbuilds-3916211016611bcca19fd0bacb9af8cf6c78022f.tar.xz |
python/python3-fastjsonschema: Update for 2.16.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild')
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild index 0529f3cb592..66602a533d7 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.15.3} +VERSION=${VERSION:-2.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |