libraries/libsodium: Updated for version 1.0.16.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
351c4887c0
commit
fd36647ff2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libsodium
|
||||
|
||||
# Copyright 2017 T3slider <t3slider@gmail.com>
|
||||
# Copyright 2018 T3slider <t3slider@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libsodium
|
||||
VERSION=${VERSION:-1.0.15}
|
||||
VERSION=${VERSION:-1.0.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsodium"
|
||||
VERSION="1.0.15"
|
||||
VERSION="1.0.16"
|
||||
HOMEPAGE="https://github.com/jedisct1/libsodium"
|
||||
DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-1.0.15.tar.gz"
|
||||
MD5SUM="070373e73a0b10bd96f412e1732ebc42"
|
||||
DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz"
|
||||
MD5SUM="37b18839e57e7a62834231395c8e962b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue