diff options
-rw-r--r-- | python/python-libnacl/python-libnacl.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-libnacl/python-libnacl.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-libnacl/python-libnacl.SlackBuild b/python/python-libnacl/python-libnacl.SlackBuild index 4a25e52da024..02c83f6dc48d 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} diff --git a/python/python-libnacl/python-libnacl.info b/python/python-libnacl/python-libnacl.info index 770bb4ca1daa..52daa44094e6 100644 --- a/python/python-libnacl/python-libnacl.info +++ b/python/python-libnacl/python-libnacl.info @@ -1,8 +1,8 @@ PRGNAM="python-libnacl" -VERSION="1.6.1" +VERSION="1.7.1" HOMEPAGE="https://libnacl.readthedocs.org/en/latest/" -DOWNLOAD="https://pypi.io/packages/source/l/libnacl/libnacl-1.6.1.tar.gz" -MD5SUM="a1ec5b08f85b5fe7491b30d8890bd84b" +DOWNLOAD="https://pypi.io/packages/source/l/libnacl/libnacl-1.7.1.tar.gz" +MD5SUM="2bfba5658837a330fe962f0b9464998b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libsodium" |