rakudo: update to 2017.09. (#8411)
* nqp: update to 2017.09. * rakudo: update to 2017.09.
This commit is contained in:
parent
1740097b23
commit
efc71cc1e6
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
version=2016.07
|
||||
version=2017.09
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -14,4 +14,4 @@ homepage="http://github.com/perl6/nqp"
|
|||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
nocross=yes
|
||||
checksum=ef7ba7bf0c0d572e5b81c5cea13f53c7679931c30fb59572d70493a12af511e8
|
||||
checksum=fd46e365e6296287f38943b51e5d95e096b49c982d1172220c1e905277fd794c
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'rakudo'.
|
||||
pkgname=rakudo
|
||||
version=2016.07.1
|
||||
version=2017.09
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl"
|
||||
makedepends="nqp libatomic_ops-devel libffi-devel libuv-devel"
|
||||
depends="nqp>=2016.07"
|
||||
depends="nqp>=2017.09"
|
||||
short_desc="Rakudo is an implementation of Perl 6 language"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="http://rakudo.org"
|
||||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
||||
nocross=yes
|
||||
checksum=2c963ede62b7f759d46fa057ed31934849fe50d00670ff6f849493b537ffd6b0
|
||||
checksum=00c86583b59a59a94bea4ac0957d4d2b571e87c6af75595b3fc667818346f5eb
|
||||
|
|
Loading…
Add table
Reference in a new issue