cloudflare / cloudflare/cloudflared
🐛 Inconsistent hash values on release page
Open
Priority: Normal
Type: Bug
- Dominant language
- Go
- Stars
- 15.6k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
The cloudflared-darwin-arm64.tar.gz file is provided with hash
fe42668939aeaff2a7f4153dc80768a5a579f7eff5b7a241e395d01f651add7c
This is the hash of the binary inside it, not the tar.gz, which i:
45cfbb59a720f60b873906aa6469f8c4058f26be6d351c3e2920bc9cb4714273
This is fine, but previously, the hashes provided were for the tar.gz itself.
I had to modify code to account for this before, and now it seems I have to change it back again.
Can anyone shed light on the proper convention for this that cloudflared will use going forward?
Contributor guide
Assessment
This issue has not been assessed yet.