From 91cfc78b88719e8d565cc6e5848651597d49b899 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Fri, 2 Oct 2020 09:37:52 +1000 Subject: [PATCH] MoarVM: update to 2020.09. --- srcpkgs/MoarVM/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index f5481a342e0..b71cc8257ba 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template file for 'MoarVM' pkgname=MoarVM -version=2020.08 +version=2020.09 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=3ede5e70352885e596b505a8ec6bd302513527578a077102886a5a5a3ef907bf +checksum=48b21922f8843d53a3bf4c04ef357f1d9d2d8cd96f63c5eb59df72eceda6f922 nocross=yes shlib_provides="libmoar.so"