mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
d58ff6e4b5
commit
01b177721b
3 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ commands:
|
|||
- run:
|
||||
command: |
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSL_VER=5.7.6
|
||||
WOLFSSL_VER=5.8.0
|
||||
echo "Installing wolfSSL $WOLFSSL_VER"
|
||||
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz
|
||||
tar -xzf v$WOLFSSL_VER-stable.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue