support/scripts/libsodium_ubuntu.sh in vault-tree-0.1.0 vs support/scripts/libsodium_ubuntu.sh in vault-tree-0.3.3
- old
+ new
@@ -17,10 +17,10 @@
# Before building it, you need to install the DEB build toolchain
sudo apt-get install devscripts debhelper build-essential
# Build and Install libsodium
export NAME=libsodium
-export VERSION=0.4.2
+export VERSION=0.4.3
export DEBVERSION=${VERSION}-1
#Download and extract the archive
if [ ! -f ${NAME}_${VERSION}.orig.tar.gz ]
then
wget "https://download.libsodium.org/libsodium/releases/${NAME}-${VERSION}.tar.gz" -O ${NAME}_${VERSION}.orig.tar.gz