beakerbrowser / beaker

An experimental peer-to-peer Web browser
https://beakerbrowser.com/
MIT License
6.75k stars 545 forks source link

Hashsums don't match #1892

Open mYnDstrEAm opened 3 years ago

mYnDstrEAm commented 3 years ago

Describe the Bug According to latest-linux.yml the sha512sum of Beaker-Browser-1.1.0.AppImage is supposed to be: SPinza77XpW6oCe73+pBLbokLbu5hmbBZK6B3MDMY4bmaFG/eb08Q2R1Fr6iswwdblAOwbodufdUnbqYlTsJNw==

However when downloading the AppImage from https://beakerbrowser.com/install/ (which is a download from this project's GitHub releases) and running sha512sum ./Beaker.Browser-1.1.0.AppImage I get: 48f8a7cdaefb5e95baa027bbdfea412dba242dbbb98666c164ae81dcc0cc6386e66851bf79bd3c43647516bea2b30c1d6e500ec1ba1db9f7549dba98953b0937 which does not match the announced hashsum.

This question may be relevant here.

To Reproduce Steps to reproduce the behavior:

  1. Download from GitHub releases
  2. Run sha512sum on the downloaded file
  3. Compare with announced hashsum

Expected Behavior The hashsums should match.

Screenshots The hashsums did not match.

Environment

Additional Context

pfrazee commented 3 years ago

Thanks for the heads up, I'll check into this

remiq commented 2 years ago

SPinza77XpW6oCe73+pBLbokLbu5hmbBZK6B3MDMY4bmaFG/eb08Q2R1Fr6iswwdblAOwbodufdUnbqYlTsJNw== is base64. 48f8a7cdaefb5e95baa027bbdfea412dba242dbbb98666c164ae81dcc0cc6386e66851bf79bd3c43647516bea2b30c1d6e500ec1ba1db9f7549dba98953b0937 is base16. They are equal.