python/python-libnacl: Updated for version 1.6.1

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2018-11-23 13:31:50 -08:00 committed by Willy Sudiarto Raharjo
parent de9fa174ff
commit 3cfc019e0d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -1,8 +1,8 @@
PRGNAM="python-libnacl"
VERSION="1.6.0"
VERSION="1.6.1"
HOMEPAGE="https://libnacl.readthedocs.org/en/latest/"
DOWNLOAD="https://github.com/saltstack/libnacl/archive/v1.6.0/libnacl-1.6.0.tar.gz"
MD5SUM="6eba2bbf95a4a0f88e3da307b372131a"
DOWNLOAD="https://pypi.io/packages/source/l/libnacl/libnacl-1.6.1.tar.gz"
MD5SUM="a1ec5b08f85b5fe7491b30d8890bd84b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libsodium"