Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.17.2/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.17.2/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.2/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.2/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.17.2' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.17.1)
Features (since v0.17.1)
Dependency updates (since v0.17.1)
- chore(deps): update golang:1.22.5 docker digest to 86a3c48 (#332)
- chore(deps): update golang:1.22.5 docker digest to 1b70fa8 (#331)
- chore(deps): update golang:1.22.5 docker digest to 695e255 (#330)
- chore(deps): update alpine docker tag to v3.20.2 (#329)
- chore(deps): update github/codeql-action action to v3.25.13 (#328)
Full Changelog (since v0.17.1)
Compare with previous release