Skip to content

0.24.6

Choose a tag to compare

@uniget-bot uniget-bot released this 29 Sep 19:47
· 528 commits to main since this release

Installation

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

Bugfixes (since v0.24.5)

  • fix(bump): Fixed unequal index e2fae0e

Features (since v0.24.5)

Dependency updates (since v0.24.5)

  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.19 (#1017)

Full Changelog (since v0.24.5)

Compare with previous release