buildscript: drop md5 checksum
ci/woodpecker/push/woodpecker Pipeline was successful Details

The md5 checksum has not been used by fff-upgrade since 2016 [1]. Since
md5 does not have any advantages over sha256 in our use case, drop md5
checksum entirely.

[1] da1199a55b

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Christian Dresel <freifunk@dresel.systems>
This commit is contained in:
Fabian Bläse 2022-04-06 13:16:54 +02:00
parent 90c58d575b
commit 20d12f943e
1 changed files with 0 additions and 1 deletions

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