ci: update dependency wolfSSL/wolfssh to v1.4.19

Closes #15476
This commit is contained in:
renovate[bot] 2024-11-02 01:04:53 +00:00 committed by Daniel Stenberg
parent 6b2bc8130c
commit 46bd595b77
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -66,7 +66,7 @@ commands:
- run:
command: |
# renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
WOLFSSH_VER=1.4.18
WOLFSSH_VER=1.4.19
echo "Installing wolfSSH $WOLFSSH_VER"
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssh/archive/v$WOLFSSH_VER-stable.tar.gz
tar -xzf v$WOLFSSH_VER-stable.tar.gz