frizbee

Generate checksums for git tags to verify release integrity

brewmacoslinux
Try with needOr install directly
Source

About

Throw a tag at and it comes back with a checksum

Commands

frizbee

Examples

get checksum for a git tag$ frizbee v1.2.3
verify downloaded release matches tag checksum$ frizbee v1.2.3 && sha256sum release.tar.gz
check checksum for latest tag$ frizbee $(git describe --tags)
validate release integrity before installation$ frizbee main && cat checksum.txt
compare checksums across different git refs$ frizbee v1.0.0 && frizbee v2.0.0