Skip to content

Commit 93764de

Browse files
committed
Revert "Use libsodium 1.0.7"
This reverts commit edf688e.
1 parent 806820f commit 93764de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/install-libsodium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ fi
1111

1212
LIBSODIUM_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
1313

14-
curl -sfSLO --retry 20 https://github.com/jedisct1/libsodium/releases/download/1.0.7/libsodium-1.0.7.tar.gz
15-
tar xzf libsodium-1.0.7.tar.gz
14+
git clone -b stable https://github.com/jedisct1/libsodium.git
15+
1616
# compile
17-
pushd libsodium-1.0.7
17+
pushd libsodium
1818
./configure --prefix=$LIBSODIUM_INSTALL_DIR
1919
make check
2020
make install

0 commit comments

Comments
 (0)