python/zxcvbn-python: Updated for version 4.4.22.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4cb45f951a
commit
0125aa734f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for zxcvbn-python
|
||||
|
||||
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zxcvbn-python
|
||||
VERSION=${VERSION:-4.4.16}
|
||||
VERSION=${VERSION:-4.4.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zxcvbn-python"
|
||||
VERSION="4.4.16"
|
||||
VERSION="4.4.22"
|
||||
HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python"
|
||||
DOWNLOAD="https://pypi.python.org/packages/db/bf/6d2e76250d515352beb641c8a6504bf28b57ed7f40cfe0657e9446404390/zxcvbn-python-4.4.16.tar.gz"
|
||||
MD5SUM="7a4c6f3a6448093802343df15e36cea0"
|
||||
DOWNLOAD="https://pypi.python.org/packages/da/f1/d1fc2a7eab5173a192607471eaf08904547a67df33c1a8b2fd1db3b0051f/zxcvbn-python-4.4.22.tar.gz"
|
||||
MD5SUM="f33d48a185857a1cf168c8c10db5e19a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue