diff options
Diffstat (limited to 'python/argon2-cffi/argon2-cffi.SlackBuild')
-rw-r--r-- | python/argon2-cffi/argon2-cffi.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/argon2-cffi/argon2-cffi.SlackBuild b/python/argon2-cffi/argon2-cffi.SlackBuild index 4daee7792a53..a8d643366791 100644 --- a/python/argon2-cffi/argon2-cffi.SlackBuild +++ b/python/argon2-cffi/argon2-cffi.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for argon2-cffi # Copyright 2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=argon2-cffi -VERSION=${VERSION:-20.1.0} +VERSION=${VERSION:-21.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |