From 164694ccdda6d4ba0ce9cca0b07c1a42755c4ad8 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 23 Jun 2019 08:16:47 +0200 Subject: [PATCH] hashboot: broken on aarch64* for now (Connection refused on builders) --- srcpkgs/hashboot/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template index cfa8f2b043..880f61c6bc 100644 --- a/srcpkgs/hashboot/template +++ b/srcpkgs/hashboot/template @@ -12,6 +12,10 @@ homepage="https://schlomp.space/tastytea/hashboot" distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz" 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() { ./build_manpage.sh }