check sha256sum for tcc_bootstrap_alt-0.1 outpit artifact

This commit is contained in:
Liam Wilson 2024-01-12 06:02:03 +00:00
parent a87e0b025e
commit f6e4b5bc4a
2 changed files with 11 additions and 0 deletions

View file

@ -27,3 +27,13 @@ chmod 755 ./x86/artifact/kaem-optional-seed
kaem --file kaem.x86
cp artifacts/tcc_27_boot_static.exe /usr/bin/tcc-boot0
chmod 755 /usr/bin/tcc-boot0
# Checksums
if match x${UPDATE_CHECKSUMS} xTrue; then
sha256sum -o ${pkg}.${ARCH}.checksums \
/usr/bin/tcc-boot0
cp ${pkg}.checksums ${SRCDIR}
else
sha256sum -c ${pkg}.${ARCH}.checksums
fi

View file

@ -0,0 +1 @@
26268bc6b96b48e6d25e08abce0ce1ecaebb58c99f898f35a485ec696117f1ca /usr/bin/tcc-boot0