mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
Update checksums for x86, amd64 & riscv64
Also, add missing non-x86 checksums for simple-patch.
This commit is contained in:
parent
e08f655cd6
commit
aa3d36b934
23 changed files with 104 additions and 107 deletions
|
|
@ -11,10 +11,10 @@ M2-Mesoplanet --architecture ${ARCH} -f src/simple-patch.c -o ${BINDIR}/simple-p
|
|||
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
sha256sum -o ${pkg}.checksums \
|
||||
sha256sum -o ${pkg}.${ARCH}.checksums \
|
||||
/usr/bin/simple-patch
|
||||
|
||||
cp ${pkg}.checksums ${SRCDIR}
|
||||
cp ${pkg}.${ARCH}.checksums ${SRCDIR}
|
||||
else
|
||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue