webhook icon indicating copy to clipboard operation
webhook copied to clipboard

MD5 checksums don't match

Open arubacao opened this issue 4 years ago • 4 comments

According to https://github.com/adnanh/webhook/releases/tag/2.7.0 the md5 checksum of webhook-linux-amd64.tar.gz should be 23ccc711368d3062f7c049ca7414f05b. However, I get 8bb63914f4ead672ff43191e91b0249f

Am I confusing something or is there a problem somewhere?

arubacao avatar Jun 08 '20 18:06 arubacao

@arubacao, I can confirm what you're seeing.

moorereason avatar Jun 08 '20 18:06 moorereason

Please do not download anything until I verify this:

For the record: checksums that were on the release page when the issue was open
dd3fd7d8d5a491fd061967b2d94177eb  webhook-darwin-386.tar.gz
62fbf40c836733596e80ddd25c6f0614  webhook-darwin-amd64.tar.gz
7c7cd374f70f232066ffbd50d98da9de  webhook-freebsd-386.tar.gz
edf2a7e704a0101e369e2b0aeb7993d7  webhook-freebsd-amd64.tar.gz
77d80c08a6b78de0de1145866a48e93d  webhook-freebsd-arm64.tar.gz
6b7b7b59784b5ffdb59d487d740c25de  webhook-freebsd-arm.tar.gz
32c606b2afca0ac9351948c2007e3df8  webhook-linux-386.tar.gz
23ccc711368d3062f7c049ca7414f05b  webhook-linux-amd64.tar.gz
2f3037ca6f68e0462a65588bf7e32dca  webhook-linux-arm64.tar.gz
b282adf0a0d9dd0258cb45bdcef094bf  webhook-linux-arm.tar.gz
50efa54fb8ec078d645f8f8a77889996  webhook-openbsd-386.tar.gz
26bc8c4139f6a2097548da1ab8ad85bb  webhook-openbsd-amd64.tar.gz
333b1a1292191b9b30dc47e0f1c9902e  webhook-openbsd-arm64.tar.gz
8317876ff7278cece48ef26479cf9780  webhook-openbsd-arm.tar.gz
8985cc3207b411268a30396b3f9aa0db  webhook-windows-386.tar.gz
9153a5a2407b6d090cc41efa667a82fd  webhook-windows-amd64.tar.gz
789ab2390ffb654c9af7c74da8627833  webhook-windows-arm.tar.gz

adnanh avatar Jun 09 '20 05:06 adnanh

These are the checksums from the actual build:

931f46e10d34dc11bcd41290ce961a1c  webhook-darwin-386.tar.gz
ffef29ad1f57d0246a760b55681c4d34  webhook-darwin-amd64.tar.gz
ce08cade66a86fd156da349ae08c308e  webhook-freebsd-386.tar.gz
aab2892803731e5fd57d873f207a5fee  webhook-freebsd-amd64.tar.gz
85c47614dd0c33786ac02a9a959cb4d2  webhook-freebsd-arm64.tar.gz
ee097256fa43dfbb779b9097233a0d69  webhook-freebsd-arm.tar.gz
ac8642513a099837c38a35756b1c00a0  webhook-linux-386.tar.gz
8bb63914f4ead672ff43191e91b0249f  webhook-linux-amd64.tar.gz
7fa3fe7e130886af764d17a96e80f65b  webhook-linux-arm64.tar.gz
8a7c241b34988ea80d1760c5724a3f5f  webhook-linux-arm.tar.gz
ce25f0cde91e0707a94c7df1f3efb725  webhook-openbsd-386.tar.gz
0312b8c65f3a7698bc1492bd4122ec52  webhook-openbsd-amd64.tar.gz
991a8bef00c8eee345ec34fbd5d74557  webhook-openbsd-arm64.tar.gz
703efef8523804523abbe0bea8012ce5  webhook-openbsd-arm.tar.gz
5264c9da2abf7fbf6bc29505ebfc06af  webhook-windows-386.tar.gz
67c7237613e7e0d414c29f621b1c8cef  webhook-windows-amd64.tar.gz
7e3f0a81870bdf5dc9280a438c0271a0  webhook-windows-arm.tar.gz

I do remember I had some brainfarts when I was releasing this version (i.e. forgot to pull some latest changes from the upstream, deleted build folder mid-upload (yep...) etc...), so it could be that I miscalculated checksums with some of the in-between version.

adnanh avatar Jun 09 '20 06:06 adnanh

Maybe https://goreleaser.com/ would help automate this.

This is the config from traefik: https://github.com/containous/traefik/blob/master/.goreleaser.yml

arubacao avatar Jun 09 '20 07:06 arubacao