summaryrefslogtreecommitdiffstats
path: root/python/argon2-cffi/argon2-cffi.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu2022-02-22 23:22:59 +0100
committer Willy Sudiarto Raharjo2022-02-23 02:45:31 +0100
commit062653d9f65e5bfd918182d638b5cc933a395663 (patch)
treef8c8ae124b40f15cb3a42b3681ce4148c61771b1 /python/argon2-cffi/argon2-cffi.SlackBuild
parent345a153252e9f5bc970e6240519ee800eded542e (diff)
downloadslackbuilds-062653d9f65e5bfd918182d638b5cc933a395663.tar.gz
python/argon2-cffi: Updated for version 21.1.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argon2-cffi/argon2-cffi.SlackBuild')
-rw-r--r--python/argon2-cffi/argon2-cffi.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/argon2-cffi/argon2-cffi.SlackBuild b/python/argon2-cffi/argon2-cffi.SlackBuild
index 4daee7792a..a8d6433667 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}