#curl release candidate 1 for the pending release is here: curl.se/rc/
We'll appreciate if you take it for a spin and report any problems you find.
#curl release candidate 1 for the pending release is here: curl.se/rc/
We'll appreciate if you take it for a spin and report any problems you find.
Samuel Henrique
in reply to daniel:// stenberg:// • • •Available in the Debian experimental repository, can be used easily with:
$ podman run debian:experimental /bin/bash -c 'apt install --update -t experimental -y curl && curl --version'
If you use docker:
$ docker run debian:experimental /bin/bash -c 'apt install --update -t experimental -y curl && curl --version'
Or by enabling the experimental repository and installing it in your machine, if you use Debian.
daniel:// stenberg:// reshared this.