knqyf263 / pet

Simple command-line snippet manager
MIT License
4.54k stars 230 forks source link

what's the algorithm used by the checksums of the released file? #145

Closed icy1900 closed 8 months ago

icy1900 commented 4 years ago

I do not know how to verify the release file, I've tried sha256,md5,sha1,sha512, none of them match the checksum provided.

RamiAwar commented 8 months ago

Hey @icy1900, thanks for the question. We use goreleaser, it should be sha256 🤔

https://goreleaser.com/customization/checksum/

RamiAwar commented 8 months ago

Latest release looks fine to me, just check one target randomly! Maybe back then we weren't using goreleaser or something.

image