diff options
author | Arn0 <yth@ythogtha.org> | 2022-05-05 15:52:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:29 +0700 |
commit | 98da57bf1603964c89cb7a5a18129fd97e056a64 (patch) | |
tree | 761e2d18a58943295cc58269d5e30f72bc5c64f3 | |
parent | 7b2af07212fdf150db5c41554547f23fc65cf173 (diff) | |
download | slackbuilds-98da57bf1603964c89cb7a5a18129fd97e056a64.tar.gz |
python/python3-bcrypt: updated for version 3.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-bcrypt/python3-bcrypt.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-bcrypt/python3-bcrypt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-bcrypt/python3-bcrypt.SlackBuild b/python/python3-bcrypt/python3-bcrypt.SlackBuild index 51299e3940..c2155df029 100644 --- a/python/python3-bcrypt/python3-bcrypt.SlackBuild +++ b/python/python3-bcrypt/python3-bcrypt.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-bcrypt SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-bcrypt/python3-bcrypt.info b/python/python3-bcrypt/python3-bcrypt.info index bb3b71f54b..8ad5e61f5e 100644 --- a/python/python3-bcrypt/python3-bcrypt.info +++ b/python/python3-bcrypt/python3-bcrypt.info @@ -1,8 +1,8 @@ PRGNAM="python3-bcrypt" -VERSION="3.2.0" +VERSION="3.2.2" HOMEPAGE="https://github.com/pyca/bcrypt/" -DOWNLOAD="https://pypi.python.org/packages/source/b/bcrypt/bcrypt-3.2.0.tar.gz" -MD5SUM="fe31390dab603728f756cd3d6830c80a" +DOWNLOAD="https://pypi.python.org/packages/source/b/bcrypt/bcrypt-3.2.2.tar.gz" +MD5SUM="3978ac76158b6241d1c2ca140dac1b56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |