mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libsodium: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e7a69aefbd
commit
9f723ac5f6
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.7}
|
||||
VERSION=${VERSION:-1.0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsodium"
|
||||
VERSION="1.0.7"
|
||||
VERSION="1.0.9"
|
||||
HOMEPAGE="https://github.com/jedisct1/libsodium"
|
||||
DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-1.0.7.tar.gz"
|
||||
MD5SUM="8bdc92cee556526a51612709e976208a"
|
||||
DOWNLOAD="https://download.libsodium.org/libsodium/releases/libsodium-1.0.9.tar.gz"
|
||||
MD5SUM="5d2026e1476e7b2b6aaa20571672d7a7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue