nqp: update to 2016.02.
This commit is contained in:
parent
27f73f03ad
commit
6be72e1b49
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
only_for_archs="i686 x86_64"
|
||||
version=2015.11
|
||||
version=2016.02
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
||||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl MoarVM"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="MoarVM>=${version}"
|
||||
|
@ -14,4 +14,4 @@ maintainer="Ruslan <axetwe@gmail.com>"
|
|||
homepage="http://github.com/perl6/nqp"
|
||||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
checksum=d85f89401610c7f3a767fca1d140305a84c01879d0b9ab03d32ffece076f9965
|
||||
checksum=2ecd1fa991d12cdb3ff0dae2d009d831d09609f352950b1c1a9de2b69a0fe25a
|
||||
|
|
Loading…
Reference in a new issue