Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EEC91780E05 for <~alpine/aports@lists.alpinelinux.org>; Tue, 7 Jun 2022 20:02:50 +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=1654631855; 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=ONyhYhbfpo9OLEUD8ThipbDP0FWMU4s3+sCh/rHLDPs=; b=fUdWhGc9CjM93QP5qGpdbogwVY1ma5U7QntPxYSfaYX+rOszRqN98g9jljMJhkhjNHBfZs mJuMBsTfdmL/fdpGHXP7nyXz+LG0Bk9qwyLRlhkB4TTeOPSsKeWuR5xdrEL+vg5fA/j1GS acb1gj6i/9zgPUhdz0r0J7S0QTXuTmknPOieH/uFx3cxjjps+kwA/bgYa1e9L77DszUSSR e9JKYFPrpKeS37ItRFfrmotu4F9oodhYC5LwYU5/4w3cZmDEZErIRtjddLBHlKKRBtAeuU GX0jrkqYtzc87S4a7aCqipKSPJ9KteWp5pWzN8LVjr3o9e6O+5DXGYNEgo7RkQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 2/2] community/hare: upgrade to de82b496b581e60f9de25c414b7c05bd7cdbdf44 Date: Tue, 7 Jun 2022 21:57:32 +0200 Message-Id: <20220607195732.24952-2-sir@cmpwn.com> In-Reply-To: <20220607195732.24952-1-sir@cmpwn.com> References: <20220607195732.24952-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/hare/APKBUILD | 12 ++++++------ community/hare/config.aarch64.mk | 1 + community/hare/config.riscv64.mk | 1 + community/hare/config.x86_64.mk | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/community/hare/APKBUILD b/community/hare/APKBUILD index 4c86d29bde..6e19024044 100644 --- a/community/hare/APKBUILD +++ b/community/hare/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=hare -pkgver="0_git20220528" -_commit=19e380ccb7dfe2bcab5f94e6bd03004e3e2c6005 +pkgver="0_git20220607" +_commit=de82b496b581e60f9de25c414b7c05bd7cdbdf44 pkgrel=0 pkgdesc="The Hare systems programming language" url="https://harelang.org" @@ -36,8 +36,8 @@ package() { } sha512sums=" -507320952af3cad184366fa12f3bb255a8e29e30611a309161120b2cc04a89639760882775f3a9bc44d1cacdcee45773a5b78bfb01a85c2e9c6c3aa706e4e791 hare-19e380ccb7dfe2bcab5f94e6bd03004e3e2c6005.tar.gz -c30c2979a94d73f5bbb39c3fa250d155548fb07ba93cb4a2111eede51be5fd9017e2b4291f4f16657718e6bc414b90b583a14df572fab4579d26c5680a279dcb config.aarch64.mk -6980757c09987363817de0599b59334817831f1c5782ae48a94b88c5b10aa1ab32fdc6c76911d02d1c100d78db98f1ca2167ecdf9580fc4d9bc560577f6fe89e config.riscv64.mk -159c2f56f9617a97ecbe2b1ab94c98beb798fa575463bdcfba281a023202df481714c16536e213e859468b50cdd9f339224d8a3b3d57e139a58412b3efba6d84 config.x86_64.mk +fd291dcf0484193b6aff568a8941e27ca2e7b70a13f52730f14fc7c05a7194c155f4823cbd7edb52d3954a4bd5242634de4cd99afd3078961b1203855dc9235e hare-de82b496b581e60f9de25c414b7c05bd7cdbdf44.tar.gz +6f6abab010af80dea66b58e6a0daa050f4bd3f2ed76a7e714d227959dde6761ec6a0be826447d9dae647268f93cbb6b4b8b962363daf02e5fab8925ec08da43a config.aarch64.mk +eb77cd9f2d2a1a3dccbb281f6d32da5da77b60a1287dfb3722d53069a30851146ff7bbff8c1dc24b0de2a829b324a4a28b47bbf78110bac8956048229497c65b config.riscv64.mk +d12caa063af963f188930812d37efe3bf00d7535369699ff2010dfcdde06e6c87d9773c503ce8a01b726e8ec0ab416c4403de323d882a57b9f14a308eb635f9a config.x86_64.mk " diff --git a/community/hare/config.aarch64.mk b/community/hare/config.aarch64.mk index 649d0b979e..c6abeee06d 100644 --- a/community/hare/config.aarch64.mk +++ b/community/hare/config.aarch64.mk @@ -29,3 +29,4 @@ SCDOC=scdoc # Where to store build artifacts HARECACHE=.cache +BINOUT = .bin diff --git a/community/hare/config.riscv64.mk b/community/hare/config.riscv64.mk index 989f24b109..fb471e4e3c 100644 --- a/community/hare/config.riscv64.mk +++ b/community/hare/config.riscv64.mk @@ -29,3 +29,4 @@ SCDOC=scdoc # Where to store build artifacts HARECACHE=.cache +BINOUT = .bin diff --git a/community/hare/config.x86_64.mk b/community/hare/config.x86_64.mk index 789fd0d92e..3d5763ef72 100644 --- a/community/hare/config.x86_64.mk +++ b/community/hare/config.x86_64.mk @@ -29,3 +29,4 @@ SCDOC=scdoc # Where to store build artifacts HARECACHE=.cache +BINOUT = .bin -- 2.36.1