~alpine/aports

community/harec: upgrade to fba0a9b547a3462d65a45ec93f78a07da58beabf v1 APPLIED

Drew DeVault: 2
 community/harec: upgrade to fba0a9b547a3462d65a45ec93f78a07da58beabf
 community/hare: upgrade to d9870303ec34c851b5d5a06402d8009dac76d174

 2 files changed, 8 insertions(+), 8 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4056/mbox | git am -3
Learn more about email & git

[PATCH 1/2] community/harec: upgrade to fba0a9b547a3462d65a45ec93f78a07da58beabf Export this patch

---
 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 <sir@cmpwn.com>
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

[PATCH 2/2] community/hare: upgrade to d9870303ec34c851b5d5a06402d8009dac76d174 Export this patch

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 <sir@cmpwn.com>
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