rakudo: update to 2023.04.

rm failing test
- https://github.com/rakudo/rakudo/issues/3824
- 51ea87a3e7
This commit is contained in:
Andy Weidenbaum 2023-04-26 00:22:12 +00:00 committed by Andrew Benson
parent 19760c45c1
commit 302eb49791

View file

@ -1,6 +1,6 @@
# Template file for 'rakudo'
pkgname=rakudo
version=2023.02
version=2023.04
revision=1
build_style=configure
make_check_target=test
@ -31,10 +31,15 @@ license="Artistic-2.0"
homepage="https://rakudo.org"
changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
checksum=fd1686aa2cf32eb9f0eb7d0d6f96dfc897cf53ccf89eda7d225b68738093aa11
checksum=810b12bd7ef45178fa92371c593094fa731a94e6e4894596bf542222fedd983d
nocross=yes
provides="raku-${version}_${revision}"
post_extract() {
# remove failing test
rm --force t/09-moar/01-profilers.t
}
post_install() {
vbin tools/install-dist.raku raku-install-dist
}