mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15: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
|
||||
|
|
|
|||
1
steps/simple-patch-1.0/simple-patch-1.0.amd64.checksums
Normal file
1
steps/simple-patch-1.0/simple-patch-1.0.amd64.checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
0afc8a60b8b9f2c52f7836c74136160c2c83d38afc0f2181bc24a38f88a6b3a0 /usr/bin/simple-patch
|
||||
|
|
@ -0,0 +1 @@
|
|||
a06cbf887341ea5387e7947bc4e01a07349ad5b604b214e6b0dab4a6c3e0e30b /usr/bin/simple-patch
|
||||
Loading…
Add table
Add a link
Reference in a new issue