Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.14.3/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.14.3/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.14.3/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.14.3/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.14.3' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.14.2)
Features (since v0.14.2)
Dependency updates (since v0.14.2)
- chore(deps): update actions/checkout action to v4.1.6 (#273)
- chore(deps): update golang:1.22.3 docker digest to f43c6f0 (#272)
- fix(deps): update module github.com/regclient/regclient to v0.6.1 (#271)
- chore(deps): update golang:1.22.3 docker digest to ab48cd7 (#270)
- chore(deps): update github/codeql-action action to v3.25.5 (#269)
- chore(deps): update ossf/scorecard-action action to v2.3.3 (#268)
- chore(deps): update actions/checkout digest to 0ad4b8f (#267)
- chore(deps): update golangci/golangci-lint docker tag to v1.58.1 (#266)
- chore(deps): update actions/checkout action to v4.1.5 (#265)
- chore(deps): update actions/checkout digest to 44c2b7a (#264)
- chore(deps): update github/codeql-action action to v3.25.4 (#263)
Full Changelog (since v0.14.2)
Compare with previous release