diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-23 13:31:50 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:20 +0700 |
commit | 3cfc019e0dff85790341e950651ec5d2763847ab (patch) | |
tree | ce1a88cf03be5d8921087af3d329608def1f2717 /python/python-libnacl/python-libnacl.SlackBuild | |
parent | de9fa174ffd40daafe52cccfd2828ad1b03aa175 (diff) |
python/python-libnacl: Updated for version 1.6.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
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 c8017edc5b49..4a25e52da024 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-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2018 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.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |