~alpine/aports

community/harec: upgrade to cdb79d0f7c775805b97d2a91d387a74dfc71a9d2 v4 APPLIED

Drew DeVault: 2
 community/harec: upgrade to cdb79d0f7c775805b97d2a91d387a74dfc71a9d2
 community/hare: upgrade to 01aaa1c2b5f5d91db545095b22b22f4d352fc83d

 5 files changed, 63 insertions(+), 9 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/4095/mbox | git am -3
Learn more about email & git

[PATCH v4 1/2] community/harec: upgrade to cdb79d0f7c775805b97d2a91d387a74dfc71a9d2 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 8805412319..af21734bad 100644
--- a/community/harec/APKBUILD
+++ b/community/harec/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=harec
pkgver="0_git20220528"
_commit=78989a15dfcc301ac2eca07afb1f906e172bd48b
pkgver="0_git20220611"
_commit=cdb79d0f7c775805b97d2a91d387a74dfc71a9d2
pkgrel=0
pkgdesc="The Hare compiler"
url="https://harelang.org"
@@ -27,5 +27,5 @@ package() {
}

sha512sums="
b5e8dd564f037cdf528ebf8b573b825a9d4980e282969fefee465aa9efcff3b9f853293079250444376ad3eabd4048d667c1a54d02182cb33f3a815826761b2c  harec-78989a15dfcc301ac2eca07afb1f906e172bd48b.tar.gz
5a1d4007e782b4c3ca2d6a1932d6cbf9ff0ff955ce43458c40201276b1244684d3b692241ed0727ce52f28594db761d5e89e13f6441d5af6b2d14dfaf8d42bf5  harec-cdb79d0f7c775805b97d2a91d387a74dfc71a9d2.tar.gz
"

base-commit: 7b497064eb552ffc32da3dc2fab1acfabf4879a9
-- 
2.36.1

[PATCH v4 2/2] community/hare: upgrade to 01aaa1c2b5f5d91db545095b22b22f4d352fc83d Export this patch

---
 community/hare/APKBUILD          | 15 +++++++++------
 community/hare/config.aarch64.mk | 17 +++++++++++++++++
 community/hare/config.riscv64.mk | 17 +++++++++++++++++
 community/hare/config.x86_64.mk  | 17 +++++++++++++++++
 4 files changed, 60 insertions(+), 6 deletions(-)

diff --git a/community/hare/APKBUILD b/community/hare/APKBUILD
index 4c86d29bde..8ccbe824fb 100644
--- a/community/hare/APKBUILD
+++ b/community/hare/APKBUILD
@@ -1,7 +1,10 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
# TODO: This package could be improved if Alpine had better support for
# cross-compiling with a better standardized and broader set of binutils
# and gcc packages.
pkgname=hare
pkgver="0_git20220528"
_commit=19e380ccb7dfe2bcab5f94e6bd03004e3e2c6005
pkgver="0_git20220611"
_commit=01aaa1c2b5f5d91db545095b22b22f4d352fc83d
pkgrel=0
pkgdesc="The Hare systems programming language"
url="https://harelang.org"
@@ -36,8 +39,8 @@ package() {
}

sha512sums="
507320952af3cad184366fa12f3bb255a8e29e30611a309161120b2cc04a89639760882775f3a9bc44d1cacdcee45773a5b78bfb01a85c2e9c6c3aa706e4e791  hare-19e380ccb7dfe2bcab5f94e6bd03004e3e2c6005.tar.gz
c30c2979a94d73f5bbb39c3fa250d155548fb07ba93cb4a2111eede51be5fd9017e2b4291f4f16657718e6bc414b90b583a14df572fab4579d26c5680a279dcb  config.aarch64.mk
6980757c09987363817de0599b59334817831f1c5782ae48a94b88c5b10aa1ab32fdc6c76911d02d1c100d78db98f1ca2167ecdf9580fc4d9bc560577f6fe89e  config.riscv64.mk
159c2f56f9617a97ecbe2b1ab94c98beb798fa575463bdcfba281a023202df481714c16536e213e859468b50cdd9f339224d8a3b3d57e139a58412b3efba6d84  config.x86_64.mk
8163f8a3943f48c0a86d72de0b402a74dca7badfe6379e1fda5cbce127e1087506204a01b83d5bba4a126fe91ddb2c917b575b1a110816ee930342c606893009  hare-01aaa1c2b5f5d91db545095b22b22f4d352fc83d.tar.gz
129189cbc86e1ee0ae5c81a12b2797f36b1a9ed742a81496fff14f8527ef6fe4881a261c2156a5bafcaeaf4a692e3cf8b27c473339676e65479e6f3546a3ee99  config.aarch64.mk
96280a82594b19ec8972946c89fa0f0b9d0e89cc517e6476ace4be8adc66be1d631d75172d36261e9c9414b0e3453be59dd7b4b0abf3735d182c28005dc5eee3  config.riscv64.mk
ad724530acea8377fd9372af416d467470497a4aa80a0405d1d4a9b6ddce609485549ffd31426884fa277b8dcab279288498413fddc41dc23ea24ad30bab224e  config.x86_64.mk
"
diff --git a/community/hare/config.aarch64.mk b/community/hare/config.aarch64.mk
index 649d0b979e..d200ba4bdd 100644
--- a/community/hare/config.aarch64.mk
+++ b/community/hare/config.aarch64.mk
@@ -29,3 +29,20 @@ SCDOC=scdoc

# Where to store build artifacts
HARECACHE=.cache
BINOUT = .bin

# Cross-compiling settings
AARCH64_AS=as
AARCH64_AR=ar
AARCH64_CC=cc
AARCH64_LD=ld

RISCV64_AS=riscv64-alpine-linux-musl-as
RISCV64_AR=riscv64-alpine-linux-musl-ar
RISCV64_CC=riscv64-alpine-linux-musl-cc
RISCV64_LD=riscv64-alpine-linux-musl-ld

X86_64_AS=x86_64-alpine-linux-musl-as
X86_64_AR=x86_64-alpine-linux-musl-ar
X86_64_CC=x86_64-alpine-linux-musl-cc
X86_64_LD=x86_64-alpine-linux-musl-ld
diff --git a/community/hare/config.riscv64.mk b/community/hare/config.riscv64.mk
index 989f24b109..47ab809ba8 100644
--- a/community/hare/config.riscv64.mk
+++ b/community/hare/config.riscv64.mk
@@ -29,3 +29,20 @@ SCDOC=scdoc

# Where to store build artifacts
HARECACHE=.cache
BINOUT = .bin

# Cross-compiling settings
AARCH64_AS=aarch64-alpine-linux-musl-as
AARCH64_AR=aarch64-alpine-linux-musl-ar
AARCH64_CC=aarch64-alpine-linux-musl-cc
AARCH64_LD=aarch64-alpine-linux-musl-ld

RISCV64_AS=as
RISCV64_AR=ar
RISCV64_CC=cc
RISCV64_LD=ld

X86_64_AS=x86_64-alpine-linux-musl-as
X86_64_AR=x86_64-alpine-linux-musl-ar
X86_64_CC=x86_64-alpine-linux-musl-cc
X86_64_LD=x86_64-alpine-linux-musl-ld
diff --git a/community/hare/config.x86_64.mk b/community/hare/config.x86_64.mk
index 789fd0d92e..6fe42d4752 100644
--- a/community/hare/config.x86_64.mk
+++ b/community/hare/config.x86_64.mk
@@ -29,3 +29,20 @@ SCDOC=scdoc

# Where to store build artifacts
HARECACHE=.cache
BINOUT = .bin

# Cross-compiling settings
AARCH64_AS=aarch64-alpine-linux-musl-as
AARCH64_AR=aarch64-alpine-linux-musl-ar
AARCH64_CC=aarch64-alpine-linux-musl-cc
AARCH64_LD=aarch64-alpine-linux-musl-ld

RISCV64_AS=riscv64-alpine-linux-musl-as
RISCV64_AR=riscv64-alpine-linux-musl-ar
RISCV64_CC=riscv64-alpine-linux-musl-cc
RISCV64_LD=riscv64-alpine-linux-musl-ld

X86_64_AS=as
X86_64_AR=ar
X86_64_CC=cc
X86_64_LD=ld
-- 
2.36.1