Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.17.11/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.11/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.11/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.11/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.11' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.17.10)
Features (since v0.17.10)
Dependency updates (since v0.17.10)
- chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.61.0 (#379)
- chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.56.0 (#378)
- chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.21.2 (#377)
- chore(deps): update golang:1.23.1 docker digest to 2fe82a3 (#375)
- chore(deps): update alpine docker tag to v3.20.3 (#374)
- chore(deps): update golang:1.23.1 docker digest to 4a3c2bc (#373)
- chore(deps): update golang:1.23.1 docker digest to eae0647 (#372)
- chore(deps): update golang docker tag to v1.23.1 (#371)
- chore(deps): update golang:1.23.0 docker digest to acfb46b (#370)
- chore(deps): update dependency go to v1.23.1 (#369)
- chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.21.1 (#368)
- chore(deps): update golang:1.23.0 docker digest to 1a6db32 (#367)
- fix(deps): update module golang.org/x/sys to v0.25.0 (#366)
Full Changelog (since v0.17.10)
Compare with previous release