From 3652ea7466d248982f00a1306442885f440b7359 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 26 Jul 2021 18:31:35 +1000 Subject: [PATCH] MoarVM: update to 2021.07. --- srcpkgs/MoarVM/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index 649320350d0..cc0219528eb 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template file for 'MoarVM' pkgname=MoarVM -version=2021.06 +version=2021.07 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=2300a921d504c9d33f111cbe08097d0011bfb06000c018b8d4353d97966772a7 +checksum=8437ceefa5c132d0cf8328b22604e26f0a2a54c0377538aa9ae4bdfcf66d63fe nocross=yes shlib_provides="libmoar.so"