Open b-hal opened 2 years ago
I don't know. I am not making builds, they are done by Github actions:
https://github.com/hovancik/stretchly/pull/1100/checks
I've checked some other ones and it's the same, so probably electron-builder
issue. There is some old one, but was closed by bot: https://github.com/electron-userland/electron-builder/issues/5384
The value that gets populated into latest-mac looks weird: BSePTAZqxRpilzDsBx6ryJ2/B3WZLniW8cTnOF5FI9zy0BfAmhu+DwjUpMPj4UAOK6hTAKs3fYR2A7wbtLF8cw==
with tthat ending, but then, I am not sure how correct value should look like
I've tried also https://github.com/vercel/hyper/releases/tag/v3.2.0 and it also does not match. I am using sha512sum xxxx
. Maybe that's not correct way to do it or it's issue with electron-builder
then
Thank you for your immediate response. Maybe it is to much effort for the distribution checksums, even as most people will or could not verify the checksums.
I've opened issue: https://github.com/electron-userland/electron-builder/issues/6717
Version
Known issues
Existing issues
What operating system are you using?
macOS
Operating System Version
macOS Big Sur
Reproduction steps
download: https://github.com/hovancik/stretchly/releases/download/v1.10.0/Stretchly-1.10.0.dmg
download: latest-mac.yml
latest-mac.yml says: Stretchly-1.10.0.dmg sha512: BSePTAZqxRpilzDsBx6ryJ2/B3WZLniW8cTnOF5FI9zy0BfAmhu+DwjUpMPj4UAOK6hTAKs3fYR2A7wbtLF8cw== size: 112589616
my download gives: openssl dgst -sha512 /Users/name/Downloads/Stretchly-1.10.0.dmg SHA512(/Users/name/Downloads/Stretchly-1.10.0.dmg)= 05278f4c066ac51a629730ec071eabc89dbf0775992e7896f1c4e7385e4523dcf2d017c09a1bbe0f08d4a4c3e3e1400e2ba85300ab377d847603bc1bb4b17c73
Why does the sha512 do not match?
Expected Behavior
the sha512 should match
Actual Behavior
s the sha512 do not match
Relevant log output
No response
Preferences
No response
Additional information
No response
Code of Conduct