diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-29 19:14:42 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | bc01f5f95a2ffc610666f751537671c8f8cac88d (patch) | |
tree | 62d6a58b57429cfb3e28655407bd188a01e8161c /python/python-libnacl | |
parent | e9cf3b4436918c8ec86557ba0a24258b39af23d2 (diff) | |
download | slackbuilds-bc01f5f95a2ffc610666f751537671c8f8cac88d.tar.gz |
python/python-libnacl: Updated for version 1.4.5
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/python-libnacl')
-rw-r--r-- | python/python-libnacl/python-libnacl.SlackBuild | 5 | ||||
-rw-r--r-- | python/python-libnacl/python-libnacl.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python-libnacl/python-libnacl.SlackBuild b/python/python-libnacl/python-libnacl.SlackBuild index 9d8bf85b81..8243e8ee22 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-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2016 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.4.3} +VERSION=${VERSION:-1.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,7 @@ find -L . \ python setup.py install --root=$PKG +# Install python3 binding. Default is no. if [ "${PYTHON3:-no}" == "yes" ]; then python3 setup.py install --root=$PKG fi diff --git a/python/python-libnacl/python-libnacl.info b/python/python-libnacl/python-libnacl.info index f180adcd6d..caa9774e7e 100644 --- a/python/python-libnacl/python-libnacl.info +++ b/python/python-libnacl/python-libnacl.info @@ -1,8 +1,8 @@ PRGNAM="python-libnacl" -VERSION="1.4.3" +VERSION="1.4.5" HOMEPAGE="https://libnacl.readthedocs.org/en/latest/" -DOWNLOAD="https://pypi.python.org/packages/source/l/libnacl/libnacl-1.4.3.tar.gz" -MD5SUM="27f57f34ce6e0fe1dba7c754bd83773f" +DOWNLOAD="https://github.com/saltstack/libnacl/archive/v1.4.5/libnacl-1.4.5.tar.gz" +MD5SUM="bf611384e816ceece747fe99ba38861b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libsodium" |