mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rakudo: update to 2023.11.
This commit is contained in:
parent
557d0ffb7b
commit
33156621ff
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rakudo'
|
# Template file for 'rakudo'
|
||||||
pkgname=rakudo
|
pkgname=rakudo
|
||||||
version=2023.10
|
version=2023.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -31,7 +31,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/rakudo-${version}.tar.gz"
|
distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
|
||||||
checksum=a219aca078b99002fed7b3fa2c2e280457224cf581e9a27af44bcb5f9c8dc160
|
checksum=09ac43eb6b9eb7ffe363d098ca7b5b522896d85d78319e2cf832fb365f24fe32
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*|aarch64*) disable_parallel_build=yes;;
|
||||||
|
esac
|
||||||
nocross=yes
|
nocross=yes
|
||||||
provides="raku-${version}_${revision}"
|
provides="raku-${version}_${revision}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue