From 27a0e4f309c55b2dfb0a04af52dfb6fa35757602 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 22 Jul 2019 23:43:07 +0100 Subject: [PATCH 1/3] MoarVM: update to 2019.07.1. --- srcpkgs/MoarVM/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index d828cee6bf3..483cf290d29 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template file for 'MoarVM' pkgname=MoarVM -version=2019.03 +version=2019.07.1 revision=1 build_style=configure configure_script="perl Configure.pl" @@ -11,7 +11,8 @@ short_desc="MoarVM is a virtual machine for Rakudo Perl 6" maintainer="Ruslan " 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=24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04 +checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988 nocross=yes shlib_provides="libmoar.so" From 18500744c4f71029c1c53bd08180f8c1917bc273 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 22 Jul 2019 23:45:34 +0100 Subject: [PATCH 2/3] nqp: update to 2019.07.1. --- srcpkgs/nqp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template index c200daeb4c0..71b6d4b8621 100644 --- a/srcpkgs/nqp/template +++ b/srcpkgs/nqp/template @@ -1,6 +1,6 @@ # Template file for 'nqp' pkgname=nqp -version=2019.03 +version=2019.07.1 revision=1 build_style=configure make_check_target=test @@ -13,6 +13,6 @@ short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs" maintainer="Ruslan " license="Artistic-2.0" homepage="https://github.com/perl6/nqp" -distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=03ddced47583189a5ff316c05350f6f39c15f75ce44d38b409a4bb1128857fa0 +distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz" +checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224 nocross=yes From f10a7b1e75d1f78ccc7f5b34c95f3a5321f884f2 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 22 Jul 2019 23:47:12 +0100 Subject: [PATCH 3/3] rakudo: update to 2019.07.1. --- srcpkgs/rakudo/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template index edb7e2cf074..01cbe144520 100644 --- a/srcpkgs/rakudo/template +++ b/srcpkgs/rakudo/template @@ -1,6 +1,6 @@ # Template file for 'rakudo' pkgname=rakudo -version=2019.03 +version=2019.07.1 revision=1 build_style=configure make_check_target=test @@ -9,6 +9,8 @@ configure_script="perl Configure.pl" configure_args="--prefix=/usr --libdir=/usr/lib --backends=moar" make_dirs=" /usr/lib/perl6/bin 0755 root root + /usr/lib/perl6/core/bin 0755 root root + /usr/lib/perl6/core/resources 0755 root root /usr/lib/perl6/lib 0755 root root /usr/lib/perl6/resources 0755 root root /usr/lib/perl6/site/bin 0755 root root @@ -30,9 +32,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language" maintainer="Ruslan " license="Artistic-2.0" homepage="https://rakudo.org" -changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog" -distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d +changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog" +distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz" +checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7 nocross=yes provides="perl6-${version}_${revision}"