From a37816578e2ebc5cca6a0e3147f883a3e8768ef6 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 31 May 2024 01:41:00 +0000 Subject: [PATCH] community/moarvm: upgrade to 2024.05 & enable on all architectures --- community/moarvm/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/community/moarvm/APKBUILD b/community/moarvm/APKBUILD index 85eaabc2ee9f..6b70f74ea975 100644 --- a/community/moarvm/APKBUILD +++ b/community/moarvm/APKBUILD @@ -1,12 +1,11 @@ # Contributor: Curt Tilmes <Curt.Tilmes@nasa.gov> # Maintainer: Curt Tilmes <Curt.Tilmes@nasa.gov> pkgname=moarvm -pkgver=2024.04 +pkgver=2024.05 pkgrel=0 pkgdesc="VM with adaptive optimization and JIT compilation, built for Rakudo" url="https://moarvm.org/" -# riscv64 doesn't compile, "Cannot implement AO_compare_and_swap_full on this architecture" -arch="all !riscv64" +arch="all" license="Artistic-2.0" depends_dev="$pkgname=$pkgver-r$pkgrel perl zstd-dev libffi-dev libuv-dev" makedepends="$depends_dev" @@ -38,5 +37,5 @@ dev() { } sha512sums=" -874b22347fce3018884733ef734db0f09faae89191c2d37d7a15a897f8ce88ed9fbbd69768267492e6d1f019035ad224eef844b75e0fc1634cffd4b059314af1 moarvm-2024.04.tar.gz +703c1418ebf587bf16173e5711f41d8079ea605731505f5699590d3b355e3a54921a7cbab1bd22a2253ba4c79ef4b92f9989646b065239fb9e8450c352fd4f2e moarvm-2024.05.tar.gz " -- GitLab