rakudo: update to 2017.11. (#9678)
* MoarVM: update to 2017.11. * nqp: update to 2017.11. * rakudo: update to 2017.11.
This commit is contained in:
parent
2163d57c89
commit
f2bea1a970
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'MoarVM'.
|
||||
pkgname=MoarVM
|
||||
version=2017.10
|
||||
version=2017.11
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -14,7 +14,7 @@ license="Artistic-2.0"
|
|||
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
nocross="yes"
|
||||
shlib_provides="libmoar.so"
|
||||
checksum=27cddd50db65359aed82bc6a9bd0e52988a52ee89e7e353eb63185c267d22a5b
|
||||
checksum=466b44718f7b67d514bd0be07f9945f9cef4f1e404bf99b1e2b67880b28d4cee
|
||||
|
||||
do_clean() {
|
||||
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
version=2017.10
|
||||
version=2017.11
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -14,4 +14,5 @@ homepage="http://github.com/perl6/nqp"
|
|||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
nocross=yes
|
||||
checksum=499cd78f4fb5658ae5f840de706a12ca5f0da14ab71220a2d72fd31ec1419eb9
|
||||
checksum=8d08d216189b16d144e34313cbd86bbc4a9c758e40d040bfa251740be9244ee5
|
||||
make_check_target="test"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'rakudo'.
|
||||
pkgname=rakudo
|
||||
version=2017.10
|
||||
version=2017.11
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -14,4 +14,5 @@ homepage="http://rakudo.org"
|
|||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
||||
nocross=yes
|
||||
checksum=7a161ff1b12be0451d0e6bdabd6271c506015aed3b0969889ab7dd71be8047eb
|
||||
checksum=223b81426a6858a11d636221fc3c4103573f96472add053e82a95cec22ede25b
|
||||
make_check_target="test"
|
||||
|
|
Loading…
Reference in New Issue