Skip to content

Commit

Permalink
switch from wget to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed May 17, 2023
1 parent 93307d1 commit b7d9bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target/js/lnsocket.js: target/tmp/js/lnsocket.js lnsocket_lib.js
cat $^ > $@

libsodium-1.0.18-stable.tar.gz:
wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-stable.tar.gz
curl -O https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-stable.tar.gz

deps/libsodium/configure: libsodium-1.0.18-stable.tar.gz
tar xvf $^; \
Expand Down

0 comments on commit b7d9bce

Please sign in to comment.