Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.17.0/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.0/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.0/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.0/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.0' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.16.3)
Features (since v0.16.3)
- Check required client version in manifest (#322)
- [Feature]: Add command to display changes between installed and available versions (#187)
- [Feature]: Add separate fields for links to homepage and repository (#108)
- Test on different distributions (#36)
Dependency updates (since v0.16.3)
- fix(deps): update module github.com/regclient/regclient to v0.7.0 (#326)
- chore(deps): update github/codeql-action action to v3.25.12 (#325)
Full Changelog (since v0.16.3)
Compare with previous release