github charmbracelet/catwalk v0.6.2

latest releases: v0.28.3, v0.28.2, v0.28.1...
5 months ago

Changelog

  • f6a2f09 chore: add new anthropic model (#72)
  • 187493d chore: auto-update generated files
  • 05c6d33 chore: auto-update generated files
  • b156d82 chore: auto-update generated files
  • 1a40e6e chore: auto-update generated files
  • e35eb56 chore: auto-update generated files
  • 1e3d7f6 chore: auto-update generated files

Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/catwalk/releases/download/v0.6.2/checksums.txt'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/catwalk/releases/download/v0.6.2/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/catwalk/releases/download/v0.6.2/checksums.txt.sig' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Don't miss a new catwalk release

NewReleases is sending notifications on new releases.