Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2EFC37812F6 for <~alpine/aports@lists.alpinelinux.org>; Wed, 4 May 2022 08:06:48 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1651651048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YE+wCDcTumyGVqD/bi0ODkhZU2ifKUHYHI4PMSNU3dE=; b=UZlL/zayMYOfrn9j6Sl9KWKDlht7tDYOSXreuBmxUw5VTin5F3pKfYTAitJKreRMp2tA0h Ts2F6UEt9XY8mT8L4JVvSwJ3zUYkV6/LpdscLG79x+317wWDZcdZEsIuVUPeNIEb3rkvjO wmcx2wEfbjQYy1AmXXMQZgDTA7gl/OjMN/gnIW6sEfxEiaF570aPDipGL+LtJdaUZIGCXf w8k2TmtS2CVDY5yPaNqo6S56tQBWCNeAtg3/+iqbGTt2oCPO8vE/6w2puB/oOlsAy8EboE /VlyiOaeN+3Cqxfu0SfMxIFqBmEJo1akfME39CHyVjA5BAVK/A/MGwonIlzR+Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 2/2] community/hare: upgrade to d9870303ec34c851b5d5a06402d8009dac76d174 Date: Wed, 4 May 2022 09:57:25 +0200 Message-Id: <20220504075725.9285-2-sir@cmpwn.com> In-Reply-To: <20220504075725.9285-1-sir@cmpwn.com> References: <20220504075725.9285-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com Also adds a missing dependency on binutils. --- community/hare/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/hare/APKBUILD b/community/hare/APKBUILD index 484decdb92..44871b99df 100644 --- a/community/hare/APKBUILD +++ b/community/hare/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Drew DeVault pkgname=hare -pkgver="0_git20220424" -_commit=7021bbb293930e2c7f3cecffc57aa872d09ae6d1 +pkgver="0_git20220504" +_commit=d9870303ec34c851b5d5a06402d8009dac76d174 pkgrel=0 pkgdesc="The Hare systems programming language" url="https://harelang.org" # riscv64: FTBFS: Abort: ./os/exec/cmd.ha:79:1: execution reached unreachable code (compiler bug) -# others: not supported yet +# Caused by qemu-user, see https://gitlab.com/qemu-project/qemu/-/issues/1007 arch="x86_64 aarch64" license="MPL-2.0 AND GPL-3.0-only" -depends="qbe harec" +depends="qbe harec binutils" makedepends="scdoc" subpackages="$pkgname-doc" source=" @@ -36,7 +36,7 @@ package() { } sha512sums=" -5b77c89055edc2e0b6d0bf6665a5a956bbfe431cffba55b4b2ed5693f3064da1b41084bf281a6bec936512d8f30e77db8a926bfac9f54c73f59fc9d83cbbf6ba hare-7021bbb293930e2c7f3cecffc57aa872d09ae6d1.tar.gz +4786549847392d4ff9a15cad9f248e81b2b880182375912bf9b1947b11fa7b7303587843acbddb21415f4e70161ee2552719ce72896c2529a927b73a678d26f4 hare-d9870303ec34c851b5d5a06402d8009dac76d174.tar.gz c30c2979a94d73f5bbb39c3fa250d155548fb07ba93cb4a2111eede51be5fd9017e2b4291f4f16657718e6bc414b90b583a14df572fab4579d26c5680a279dcb config.aarch64.mk 6980757c09987363817de0599b59334817831f1c5782ae48a94b88c5b10aa1ab32fdc6c76911d02d1c100d78db98f1ca2167ecdf9580fc4d9bc560577f6fe89e config.riscv64.mk 159c2f56f9617a97ecbe2b1ab94c98beb798fa575463bdcfba281a023202df481714c16536e213e859468b50cdd9f339224d8a3b3d57e139a58412b3efba6d84 config.x86_64.mk -- 2.36.0