Skip to content

Commit 10bf6a7

Browse files
committed
libressl 3.9.0 in dev builds [ci skip]
1 parent 6d81b7d commit 10bf6a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_dl.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,10 @@ if [[ "${_DEPS}" = *'mbedtls'* ]]; then
806806
live_xt mbedtls "${MBEDTLS_HASH}"
807807
fi
808808
if [[ "${_DEPS}" = *'libressl'* ]]; then
809+
if [[ "${_CONFIG}" = *'dev'* ]]; then
810+
LIBRESSL_VER_='3.9.0'
811+
LIBRESSL_HASH=1cc232418498de305e6d5cb80c94a16415c01dcb3cd98f2e8c3a2202091a3420
812+
fi
809813
live_dl libressl "${LIBRESSL_VER_}"
810814
live_xt libressl "${LIBRESSL_HASH}"
811815
fi

0 commit comments

Comments
 (0)