0.28.9
Mirrored from GitLab: https://gitlab.com/uniget-org/cli/-/releases/v0.28.9
Installation
curl -sSLf https://gitlab.com/uniget-org/cli/-/releases/v0.28.9/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.28.9/downloads/uniget_Linux_$(uname -m).tar.gz
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.28.9/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.28.9' \
--certificate-oidc-issuer https://gitlab.comBugfixes (since v0.28.8)
Features (since v0.28.8)
- feat: Added separate images for noble and resolute uniget-org/backlog#120 4c14c2c