diff options
| author | Arn0 <yth@ythogtha.org> | 2024-05-31 13:52:16 +0200 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 00:44:52 +0700 |
| commit | 8858d2d79f3121e87ca8e1cdb961857a404a2bb5 (patch) | |
| tree | 9567ea9719b57d386ff59b52ec6f0444b94ea845 /python/python3-bcrypt/python3-bcrypt.SlackBuild | |
| parent | 5334e4bd99d3d38645a2915221d9c3824e528b61 (diff) | |
python/python3-bcrypt: updated for version 4.1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-bcrypt/python3-bcrypt.SlackBuild')
| -rw-r--r-- | python/python3-bcrypt/python3-bcrypt.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python3-bcrypt/python3-bcrypt.SlackBuild b/python/python3-bcrypt/python3-bcrypt.SlackBuild index 9d7fc49b58..666a649ed0 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:-4.1.2} +VERSION=${VERSION:-4.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -163,7 +163,6 @@ find -L . \ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH=/opt/python$PYVER/site-packages/ - CARGO_HOME=.cargo \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |
