Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.13.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.13.0/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.0/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.13.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.13.0' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.12.15)
- [Bug]: Timeout on slow connections (#229)
Features (since v0.12.15)
Dependency updates (since v0.12.15)
- fix(deps): update module github.com/regclient/regclient to v0.6.0 (#234)
- fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.6 (#233)
- chore(deps): update github/codeql-action action to v3.24.9 (#232)
- chore(deps): update golangci/golangci-lint docker tag to v1.57.1 (#231)
- chore(deps): update golangci/golangci-lint docker tag to v1.57.0 (#230)
- chore(deps): update github/codeql-action action to v3.24.8 (#228)
- fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.5 (#227)
- chore(deps): update golang:1.22.1 docker digest to 0b55ab8 (#226)
- chore(deps): update github/codeql-action action to v3.24.7 (#225)
- chore(deps): update golang:1.22.1 docker digest to af65374 (#224)
Full Changelog (since v0.12.15)
Compare with previous release