0.27.4
Mirrored from GitLab: https://gitlab.com/uniget-org/cli/-/releases/v0.27.4
Installation
curl -sSLf https://gitlab.com/uniget-org/cli/-/releases/v0.27.4/downloads/uniget_Linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin unigetNote that the tarballs contains only the development CLI used in CI/CD.
Signature verification
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.27.4/downloads/uniget_Linux_$(uname -m).tar.gz
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.27.4/downloads/uniget_Linux_$(uname -m).tar.gz.sigstore.json
cosign verify-blob uniget_Linux_$(uname -m).tar.gz \
--bundle uniget_Linux_$(uname -m).tar.gz.sigstore.json \
--certificate-identity 'https://gitlab.com/uniget-org/cli//.gitlab-ci.yml@refs/tags/v0.27.4' \
--certificate-oidc-issuer https://gitlab.comBugfixes (since v0.27.3)
- fix: Accept any non-empty value b68a27d
- fix: Added checkout 7395771
- fix: Added GH_TOKEN for GH 64a4ad3
- fix: Hardcoded releases b4d0eab
- fix: Regex not match 3257f73
- fix: Fill tag name from inputs or env var 3c44279
- fix: Fixed URLs 1e6921c