mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python3-fastjsonschema: Update for 2.16.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c88d1949aa
commit
3916211016
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-fastjsonschema"
|
||||
VERSION="2.15.3"
|
||||
VERSION="2.16.1"
|
||||
HOMEPAGE="https://horejsek.github.io/python-fastjsonschema/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/50/1e/44bf3d37e60f36af7c3f1462425082c2d925080bb9926a32c3b8439e67de/fastjsonschema-2.15.3.tar.gz"
|
||||
MD5SUM="c371e5315f66bdd18b62e14c66f89543"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-2.16.1.tar.gz"
|
||||
MD5SUM="47f95d27c8d9af9376a27e4eda1b65ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue