diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-05-10 15:04:49 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-16 08:44:19 +0700 |
commit | ab9f6275f79652e09d12bd7ffaf765b1fdbe8b0f (patch) | |
tree | 4dfa144fbeff6b08b2415c830977a2165fb632cb /python/python-libnacl/python-libnacl.SlackBuild | |
parent | 339307d3390feb1140808fe8dab76f0965a6d60d (diff) |
python/python-libnacl: Updated to version 1.7.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-libnacl/python-libnacl.SlackBuild')
-rw-r--r-- | python/python-libnacl/python-libnacl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-libnacl/python-libnacl.SlackBuild b/python/python-libnacl/python-libnacl.SlackBuild index 4a25e52da0242..02c83f6dc48de 100644 --- a/python/python-libnacl/python-libnacl.SlackBuild +++ b/python/python-libnacl/python-libnacl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-libnacl -# Copyright 2014-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2020 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-libnacl SRCNAM=libnacl -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |