mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libsodium: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b648829815
commit
7d79d34559
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libsodium
|
||||
VERSION=${VERSION:-0.7.1}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsodium"
|
||||
VERSION="0.7.1"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="https://github.com/jedisct1/libsodium"
|
||||
DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-0.7.1.tar.gz"
|
||||
MD5SUM="c224fe3923d1dcfe418c65c8a7246316"
|
||||
DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-1.0.0.tar.gz"
|
||||
MD5SUM="3093dabe4e038d09f0d150cef064b2f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue