Skip to content

0.24.3

Choose a tag to compare

@uniget-bot uniget-bot released this 12 Sep 11:42
· 577 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.24.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.24.3/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.24.3/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.24.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.24.3' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.24.2)

  • fix: Proper file name e40bd42
  • fix: Correctly hide subcommand 3b977c5

Features (since v0.24.2)

  • feat: Added support for versions 8083385
  • feat(healthcheck): Now a hidden subcommand fdc259f

Dependency updates (since v0.24.2)

  • chore(deps): update github/codeql-action digest to 192325c (#988)
  • chore(deps): update github/codeql-action digest to d3678e2 (#976)

Full Changelog (since v0.24.2)

Compare with previous release