scripts: signall: fix wrong sha256sum on apk packages.adb index
authorPetr Štetiar <ynezz@true.cz>
Sat, 28 Sep 2024 12:22:35 +0000 (12:22 +0000)
committerPetr Štetiar <ynezz@true.cz>
Sun, 29 Sep 2024 17:59:15 +0000 (17:59 +0000)
commit75b1334a00b099b884e5141fc9c52226c2404fc6
tree749b56f19733b7954737b349d41615d62c3f43fe
parentef9abc44c37f72d6f648d40af8e8ec41623819af
scripts: signall: fix wrong sha256sum on apk packages.adb index

Currently the sha256sum verification of apk's packages.adb index
fails as the file is modified with `apk adbsign`.

So lets update sha256sum of all packages.adb indexes after they were
signed with `apk adbsign`.

While at it fix formatting.

Fixes: a94d4e15fdc1 ("add APK signing logic")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
scripts/signall.sh