Add pnut-exe to checksum file

This commit is contained in:
Laurent Huberdeau 2025-03-31 12:54:25 -04:00
parent ccef9f7bae
commit 2f2dce28d6
2 changed files with 2 additions and 2 deletions

View file

@ -332,8 +332,7 @@ cd ../..
# Checksums # Checksums
if match x${UPDATE_CHECKSUMS} xTrue; then if match x${UPDATE_CHECKSUMS} xTrue; then
sha256sum -o ${pkg}.${ARCH}.checksums \ sha256sum -o ${pkg}.${ARCH}.checksums \
/usr/bin/tcc-pnut \ /usr/bin/pnut-exe \
/usr/bin/tcc-boot0 \
/usr/bin/tcc-boot1 \ /usr/bin/tcc-boot1 \
/usr/bin/tcc \ /usr/bin/tcc \
/usr/lib/mes/libc.a \ /usr/lib/mes/libc.a \

View file

@ -1,3 +1,4 @@
aec2fdd8babb30d4fe4779fcb3f3a76f6438477a01bdb590cae29c56d47355d3 /usr/bin/pnut-exe
edc61c506e4e080ace481d0e2e68ce4e184145721d6e67aab5a9711a7a92695b /usr/bin/tcc-boot1 edc61c506e4e080ace481d0e2e68ce4e184145721d6e67aab5a9711a7a92695b /usr/bin/tcc-boot1
2204b4625e068b77aaeffc5f94e0ee12e6826c5f7f0639bb53932e2d625939d9 /usr/bin/tcc 2204b4625e068b77aaeffc5f94e0ee12e6826c5f7f0639bb53932e2d625939d9 /usr/bin/tcc
bcc6536a4bf27277a2a63430dbf59993dd380ce60ae2feb53dc5ffe5723f7345 /usr/lib/mes/libc.a bcc6536a4bf27277a2a63430dbf59993dd380ce60ae2feb53dc5ffe5723f7345 /usr/lib/mes/libc.a