rust-bootstrap: fix bad ppc32 checksums

This commit is contained in:
q66 2022-11-04 00:49:36 +00:00
parent 9ea47a6971
commit 55c647ae63
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ case "$XBPS_TARGET_MACHINE" in
;;
ppc)
checksum="
6b29ebec4cd705760db634717cf6df68a9a377d52c25def30f5a2e2641a83279
5f4de96bff2937fc0a64a216604c7af765af94460a1f283330eddc610d91271b"
5f4de96bff2937fc0a64a216604c7af765af94460a1f283330eddc610d91271b
6b29ebec4cd705760db634717cf6df68a9a377d52c25def30f5a2e2641a83279"
;;
*) broken="rust bootstrap binaries unavailable for ${XBPS_TARGET_MACHINE}";;
esac