rust-bootstrap: fix bad ppc32 checksums
This commit is contained in:
parent
9ea47a6971
commit
55c647ae63
|
@ -60,8 +60,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
ppc)
|
ppc)
|
||||||
checksum="
|
checksum="
|
||||||
6b29ebec4cd705760db634717cf6df68a9a377d52c25def30f5a2e2641a83279
|
5f4de96bff2937fc0a64a216604c7af765af94460a1f283330eddc610d91271b
|
||||||
5f4de96bff2937fc0a64a216604c7af765af94460a1f283330eddc610d91271b"
|
6b29ebec4cd705760db634717cf6df68a9a377d52c25def30f5a2e2641a83279"
|
||||||
;;
|
;;
|
||||||
*) broken="rust bootstrap binaries unavailable for ${XBPS_TARGET_MACHINE}";;
|
*) broken="rust bootstrap binaries unavailable for ${XBPS_TARGET_MACHINE}";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue