Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.11.5/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.11.5/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.11.5/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.11.5/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.11.5' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.11.4)
Features (since v0.11.4)
- [Feature]: Support XDG spec for directories (#172)
- [Feature]: Show message after successful installation of a tool (#167)
- [Feature]: Support integrations in user context (#164)
Dependency updates (since v0.11.4)
- fix(deps): update module github.com/pterm/pterm to v0.12.76 (#185)
- chore(deps): update golang:1.21.6 docker digest to 76aadd9 (#184)
- chore(deps): update actions/upload-artifact action to v4.3.0 (#183)
- chore(deps): update actions/upload-artifact action to v4.2.0 (#181)
- fix(deps): update module github.com/pterm/pterm to v0.12.75 (#178)
- chore(deps): update github/codeql-action action to v3.23.1 (#177)
- chore(deps): update golang:1.21.6 docker digest to 5f5d61d (#176)
- fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.3 (#171)
- chore(deps): update actions/upload-artifact action to v4.1.0 (#170)
- chore(deps): update golang:1.21.6 docker digest to 6fbd2d3 (#168)
- chore(deps): update golang:1.21.6 docker digest to 8c53489 (#166)
- chore(deps): update golang docker tag to v1.21.6 (#165)
Full Changelog (since v0.11.4)
Compare with previous release