mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
hashboot: broken on aarch64* for now (Connection refused on builders)
This commit is contained in:
parent
2850882789
commit
164694ccdd
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://schlomp.space/tastytea/hashboot"
|
||||||
distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
|
checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./build_manpage.sh
|
./build_manpage.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue