diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-19 16:53:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-22 15:52:46 +0700 |
commit | d4282ddc1fb666dfbcc472b8e2a5ae9eff9ff633 (patch) | |
tree | 5058c2175da117cab6dc2f35168215441d6b9ce0 /development | |
parent | a49b2d4ce57169bc7474049f5e7063b5185eee53 (diff) |
development/harec: Unsupported on 32bit.
Other distros have also marked this as x86_64/aarch66/riscv64 only.
See also:
https://git.sr.ht/~sircmpwn/harec/tree/master/item/config.sh
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/harec/harec.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/harec/harec.info b/development/harec/harec.info index b9918656e0c3a..1abd64a23b370 100644 --- a/development/harec/harec.info +++ b/development/harec/harec.info @@ -1,10 +1,10 @@ PRGNAM="harec" VERSION="20230225" HOMEPAGE="https://harelang.org/" -DOWNLOAD="https://git.sr.ht/~sircmpwn/harec/archive/b95dcfd0ca8d599c406415236329020fb31c72e4.tar.gz" -MD5SUM="f2fe2f4f06e8bd991d29aaee80b0a256" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://git.sr.ht/~sircmpwn/harec/archive/b95dcfd0ca8d599c406415236329020fb31c72e4.tar.gz" +MD5SUM_x86_64="f2fe2f4f06e8bd991d29aaee80b0a256" REQUIRES="qbe" MAINTAINER="Dave Gauer" EMAIL="dave@ratfactor.com" |