From 5a2a4f550b37fc32221eb122d23c7210da4737d9 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Tue, 31 Oct 2023 08:30:47 +0000 Subject: [PATCH] MoarVM: update to 2023.10. --- srcpkgs/MoarVM/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index 68c36aa59a9..4f779b8603b 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template file for 'MoarVM' pkgname=MoarVM -version=2023.09 +version=2023.10 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -14,6 +14,6 @@ license="Artistic-2.0" homepage="https://moarvm.org" changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog" distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz" -checksum=850db55daa771010629f11d4c3851d51eaac85d1b064fd68e8c0d5cedffb059f +checksum=aa79d77896c312ba23e01074a53ef3d060becae2ed70b066f902f332da65a499 nocross=yes shlib_provides="libmoar.so"