From d4a263c43427b7176b6d8d58bc30e5358276b854 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Tue, 26 Oct 2021 06:46:36 +1100 Subject: [PATCH] MoarVM: update to 2021.10. --- srcpkgs/MoarVM/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index cc0219528eb..37caf79e228 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template file for 'MoarVM' pkgname=MoarVM -version=2021.07 +version=2021.10 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -15,6 +15,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=8437ceefa5c132d0cf8328b22604e26f0a2a54c0377538aa9ae4bdfcf66d63fe +checksum=7f3487a70e8b77be0e4e2f12b14c49f6a01d0378e0940c86958c9016c495ad75 nocross=yes shlib_provides="libmoar.so"