mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
parent
0f1b23e960
commit
1019b410c9
2 changed files with 2 additions and 2 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.4
|
||||
WOLFSSL_VER=5.7.6
|
||||
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