rakudo: update to 2018.08.
This commit is contained in:
parent
296ab0f047
commit
93e887fe94
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'rakudo'
|
# Template file for 'rakudo'
|
||||||
pkgname=rakudo
|
pkgname=rakudo
|
||||||
version=2018.06
|
version=2018.08
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
make_check_target=test
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr --backends=moar"
|
configure_args="--prefix=/usr --backends=moar"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -14,6 +15,5 @@ license="Artistic-2.0"
|
||||||
homepage="https://rakudo.org"
|
homepage="https://rakudo.org"
|
||||||
changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
|
changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
|
||||||
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
||||||
checksum=b93588f38836edabf3ded0842f81e9ab950e4792c7e0b230e800f1bb6ccde8eb
|
checksum=7e20fc8126da443e7d06f1abf2000695b46e1906a9a49e2b0f6b82a0938e046a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
make_check_target=test
|
|
||||||
|
|
Loading…
Reference in New Issue