Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.19.10/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget
Signature verification
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.10/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.10/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.10/uniget_linux_$(uname -m).tar.gz.sig
cosign verify-blob uniget_linux_$(uname -m).tar.gz \
--certificate uniget_linux_$(uname -m).tar.gz.pem \
--signature uniget_linux_$(uname -m).tar.gz.sig \
--certificate-identity 'https://github.com/uniget-org/cli/.github/workflows/release.yml@refs/tags/v0.19.10' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.19.9)
Features (since v0.19.9)
Dependency updates (since v0.19.9)
- chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.23.1 (#735)
- chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.23.0 (#734)
- chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.1.5 (#733)
- chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.71.2 (#732)
Full Changelog (since v0.19.9)
Compare with previous release