rakudo: update to 2024.06.

Closes: #51178 [via git-merge-pr]
This commit is contained in:
Andy Weidenbaum 2024-07-09 17:19:25 +00:00 committed by classabbyamp
parent bdc9e23da0
commit a2426f55bf
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'rakudo'
pkgname=rakudo
version=2024.04
version=2024.06
revision=1
build_style=configure
make_check_target=test
@ -23,7 +23,8 @@ make_dirs="
/usr/lib/raku/vendor/short 0755 root root
/usr/lib/raku/vendor/sources 0755 root root"
hostmakedepends="git perl"
makedepends="libffi-devel libtommath-devel libuv-devel libzstd-devel nqp"
makedepends="libffi-devel libtommath-devel libuv-devel libzstd-devel
mimalloc-devel nqp"
depends="nqp-${version}_${revision}"
short_desc="Mature, production-ready implementation of the Raku language"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
@ -31,7 +32,7 @@ license="Artistic-2.0"
homepage="https://rakudo.org"
changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
checksum=c9a8e470c2d203e42ba7115a2c0a0ee8006f0377993de8ec34d2dfa1359c6a89
checksum=467959f9d1e6c69e39089b5ae090fd100762b71deeb7ba594631407c34f5202f
case "$XBPS_TARGET_MACHINE" in
arm*|aarch64*) disable_parallel_build=yes;;
esac