Generate checksum for .img.gz binaries, remove md5 checksum #237

Closed
fbl wants to merge 2 commits from fbl:checksum into master
Showing only changes of commit c59280b348 - Show all commits

View File

@ -313,7 +313,6 @@ buildrelease() {
cd bin/$variant
for binary in *.bin *.img *.img.gz *.tar; do
md5sum "$binary" > ./"$binary".md5
sha256sum "$binary" > ./"$binary".sha256
done
echo -e "VERSION:$version" > release.nfo