![]() |
Moode releases Hash on Github - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Moode releases Hash on Github (/showthread.php?tid=7692) |
Moode releases Hash on Github - Girafenaine - 05-02-2025 Hello Mooders, I have just tried the recent 9.3.2 release with all the recommended steps. As my library generation was stuck (from a USB disk, ntfs partition), I wanted to check the image hash. I ran sha256sum image_path and got a different string that the one given on github, release section. Is that expected ? I have tried the newest 9.3.3. The sha256sum result is different than the hash on github again. Girafenaine RE: Moode releases Hash on Github - Tim Curtis - 05-02-2025 Looks ok to me on my Mac Code: shasum -a256 2025-04-29-moode-r933-arm64-lite.img RE: Moode releases Hash on Github - Girafenaine - 05-02-2025 Hello Moode Master, Thanks for having checked. As far as I am concerned : Code: $ shasum -a256 image_2025-04-29-moode-r933-arm64-lite.zip But… thanks to your post I understand that I checked the zip file that I downloaded, and not the img file like you did. When unzipped it’s OK : Code: $ shasum -a256 2025-04-29-moode-r933-arm64-lite.img You could write that the hash is for the img file on github ! Cheers, Girafenaine |