diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index 51fb1efbd96..824c21761c0 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template file for 'MoarVM' pkgname=MoarVM -version=2023.02 +version=2023.04 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -13,7 +13,7 @@ maintainer="Andy Weidenbaum " 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=67e214d44d5f626787ca7f04424043a639308a43a7777b6fa41926b7240e0dc5 +distfiles="https://github.com/MoarVM/MoarVM/releases/download/${version}/MoarVM-${version}.tar.gz" +checksum=8e83e894a3e04a213adb340552520f30181d4d280c77a576b5c1ee2214a03364 nocross=yes shlib_provides="libmoar.so"