update build.libressl.sh to d/l v 3.4.2
script downloads 3.0.2; 3.4.2 is the latest release. Updated to reflect latest version
This commit is contained in:
parent
4f5f9bdffb
commit
6da6051e00
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
LIBRESSL_VERSION="3.0.2"
|
||||
LIBRESSL_VERSION="3.4.2"
|
||||
|
||||
mkdir -p deps
|
||||
mkdir -p deps/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue