Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 305CF7813F1 for <~alpine/aports@lists.alpinelinux.org>; Wed, 4 May 2022 08:06:49 +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=1651651047; 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; bh=3woyazP1rj2WjG2lYJpqgvvbNn0p3WVkRLP0rxNcnlE=; b=GdpGhS89OqplwHSjvtA7qgHDv23RqsVaj6jEgNW1njA4hFpqyFozEA5Ck6CVuqfuj9iXlW 3BN4hNb9LKfi2gZi6/lD3iw3zu1Kz/Wkfn3cRKNqq0YE8xQ0uX3vKfam8prtZTmAtwcvA7 HItvTvBrZu85ExJEdDrSWBAtP4dsYU6klfu53dUT9QzajwDtqhGrTJGNKSJn3flr2LWb+o P/EVVPXwWaY54ZfRqcl1ZOm18jLhb/Wo+pn/iRFc9WzyamW4nXsu8Ii0SrteLJJkjPkPLx lRnCIPggVtw8IkTYGjGIks/LBFYVWvQiNTG/nR8IjbMauEgByWml5NuoZSkZNA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 1/2] community/harec: upgrade to fba0a9b547a3462d65a45ec93f78a07da58beabf Date: Wed, 4 May 2022 09:57:24 +0200 Message-Id: <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 --- community/harec/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/harec/APKBUILD b/community/harec/APKBUILD index 221f32c232..3dd05b0173 100644 --- a/community/harec/APKBUILD +++ b/community/harec/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=harec -pkgver="0_git20220428" -_commit=5c9990c863e8eaf8eb47d23b4fb9a73c9ce8056c +pkgver="0_git20220504" +_commit=fba0a9b547a3462d65a45ec93f78a07da58beabf pkgrel=0 pkgdesc="The Hare compiler" url="https://harelang.org" @@ -27,5 +27,5 @@ package() { } sha512sums=" -44aa32d5c08014ec2b2d06c42b7a1839400d8b20ccbf14a3bf8a145abf1a368e22594cad0940889e1343bf16390cc8d3e8487411f09f4a386ccae8e908515b81 harec-5c9990c863e8eaf8eb47d23b4fb9a73c9ce8056c.tar.gz +c1a78c7b1d7841631c52d7ecb70460c5b0d0e76d8c2672b2be24dad2a5948b56442ae8dbef6c601a3f881f91ed9fb8c1aff2f82d91d366a13fe4fef1e962396b harec-fba0a9b547a3462d65a45ec93f78a07da58beabf.tar.gz " base-commit: fb8ab5c29b5a084cbd3e16f289d66bfd429f658d -- 2.36.0