mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
python/python3-fastjsonschema: Update for 2.21.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a52803c1e
commit
f80a4fde8f
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue