diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index 82f08079506..7a1ae1469c3 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template build file for 'MoarVM'. pkgname=MoarVM -version=2017.10 +version=2017.11 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -14,7 +14,7 @@ license="Artistic-2.0" distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz" nocross="yes" shlib_provides="libmoar.so" -checksum=27cddd50db65359aed82bc6a9bd0e52988a52ee89e7e353eb63185c267d22a5b +checksum=466b44718f7b67d514bd0be07f9945f9cef4f1e404bf99b1e2b67880b28d4cee do_clean() { rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template index 3562bd7d06f..e28b4fde809 100644 --- a/srcpkgs/nqp/template +++ b/srcpkgs/nqp/template @@ -1,6 +1,6 @@ # Template build file for 'nqp'. pkgname=nqp -version=2017.10 +version=2017.11 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -14,4 +14,5 @@ homepage="http://github.com/perl6/nqp" license="Artistic-2.0" distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz" nocross=yes -checksum=499cd78f4fb5658ae5f840de706a12ca5f0da14ab71220a2d72fd31ec1419eb9 +checksum=8d08d216189b16d144e34313cbd86bbc4a9c758e40d040bfa251740be9244ee5 +make_check_target="test" diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template index 13e1adb34a1..40c96e29512 100644 --- a/srcpkgs/rakudo/template +++ b/srcpkgs/rakudo/template @@ -1,6 +1,6 @@ # Template build file for 'rakudo'. pkgname=rakudo -version=2017.10 +version=2017.11 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -14,4 +14,5 @@ homepage="http://rakudo.org" license="Artistic-2.0" distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz" nocross=yes -checksum=7a161ff1b12be0451d0e6bdabd6271c506015aed3b0969889ab7dd71be8047eb +checksum=223b81426a6858a11d636221fc3c4103573f96472add053e82a95cec22ede25b +make_check_target="test"