]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: update dependency wolfSSL/wolfssh to v1.4.19
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sat, 2 Nov 2024 01:04:53 +0000 (01:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Nov 2024 07:44:33 +0000 (08:44 +0100)
Closes #15476

.circleci/config.yml

index c196afd64b127f8a6450fa40ad4fe094031c5e48..02c8ec006de1c7402ba7836d23eab62c41d2018f 100644 (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