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