From 5f211330bbb0025973fe4fb93d71b57f5c91519c Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Tue, 2 Sep 2014 17:41:19 -0700 Subject: [PATCH] Revert "[setup/libsodium] Update to latest version of libsodium." This reverts commit 453e6c141434ce28482580ec054f6d87948321c2. --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 3985a614f..8aaf73d68 100755 --- a/setup.sh +++ b/setup.sh @@ -38,7 +38,7 @@ if [ ! -f "/usr/include/sodium.h" ]; then color '35;1' 'Installing sodium crypto library' mkdir -p setup cd setup - libsodium=libsodium-0.7.0.tar.gz + libsodium=libsodium-0.4.3.tar.gz if [ ! -f $libsodium ]; then color '34;1' ' > Downloading...' wget -q -O "$libsodium" https://download.libsodium.org/libsodium/releases/$libsodium @@ -46,7 +46,7 @@ color '35;1' 'Installing sodium crypto library' color '34;1' ' > Checking the hash...' if ! shasum -a 256 -s -c << EOF - 4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168 *$libsodium + 599ce19ae6ace2d30aee353b931088f720713c4e1d0b2918ed46de1914fb6042 *$libsodium EOF then color '31;1' " Error verifying $libsodium hash!"