nqp: update to 2020.01.
This commit is contained in:
parent
fecae4617c
commit
f302549781
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nqp'
|
||||
pkgname=nqp
|
||||
version=2019.11
|
||||
version=2020.01
|
||||
revision=1
|
||||
build_style=configure
|
||||
make_check_target=test
|
||||
|
@ -8,11 +8,11 @@ configure_script="perl Configure.pl"
|
|||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl"
|
||||
makedepends="MoarVM libatomic_ops-devel libffi-devel libuv-devel"
|
||||
depends="MoarVM-${version}_${revision}"
|
||||
short_desc="Lightweight Perl 6-like environment for virtual machines"
|
||||
depends="MoarVM-${version}.1_${revision}"
|
||||
short_desc="Lightweight Raku-like environment for virtual machines"
|
||||
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
||||
license="Artistic-2.0"
|
||||
homepage="https://github.com/perl6/nqp"
|
||||
distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=b47f911def8aafded041b079ac86e5df23b726c190664c3217c567835f481328
|
||||
distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
|
||||
checksum=4ccc9c194322c73f4c8ba681e277231479fcc2307642eeeb0f7caa149332965b
|
||||
nocross=yes
|
||||
|
|
Loading…
Reference in a new issue