rakudo: update to 2022.03.

This commit is contained in:
Andy Weidenbaum 2022-03-24 19:42:26 +11:00 committed by Leah Neukirchen
parent ad3b8f153e
commit 1ce70f1f37

View file

@ -1,6 +1,6 @@
# Template file for 'rakudo' # Template file for 'rakudo'
pkgname=rakudo pkgname=rakudo
version=2022.02 version=2022.03
revision=1 revision=1
build_style=configure build_style=configure
make_check_target=test make_check_target=test
@ -32,10 +32,10 @@ license="Artistic-2.0"
homepage="https://rakudo.org" homepage="https://rakudo.org"
changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog" changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz" distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
checksum=6a6e9dbcc6d9a1610a34c6ec67e2d3f694d7b33e9e0a0f224543089fa7f71332 checksum=03e215b001a879747618d6fc18eb7f89c0b812f5e543a43ed66c13439ea8a227
nocross=yes nocross=yes
provides="raku-${version}_${revision}" provides="raku-${version}_${revision}"
post_install() { post_install() {
vbin tools/install-dist.p6 raku-install-dist vbin tools/install-dist.raku raku-install-dist
} }