Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.19.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.19.5/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.5/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.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.19.5' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.19.4)
Features (since v0.19.4)
Dependency updates (since v0.19.4)
- fix(deps): update module github.com/spf13/viper to v1.20.1 (#699)
- chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.0.2 (#698)
- fix(deps): update module github.com/docker/docker to v28.0.4+incompatible (#697)
- chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2 (#696)
- chore(deps): update github/codeql-action digest to 1b549b9 (#695)
- fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0-rc.4 (#694)
- chore(deps): update golang:1.24.1 docker digest to 52ff1b3 (#693)
- chore(deps): update actions/upload-artifact digest to ea165f8 (#692)
- chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.69.0 (#691)
- fix(deps): update module github.com/docker/docker to v28.0.2+incompatible (#690)
- chore(deps): update github/codeql-action digest to 5f8171a (#689)
Full Changelog (since v0.19.4)
Compare with previous release