nqp: update to 2020.08.2.

This commit is contained in:
Andy Weidenbaum 2020-08-27 11:35:01 +10:00 committed by Andrew J. Hesford
parent ec5964c7e9
commit 691cd9ed95
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nqp'
pkgname=nqp
version=2020.07
version=2020.08.2
revision=1
build_style=configure
make_check_target=test
@ -9,11 +9,11 @@ configure_args="--prefix=/usr --backends=moar"
hostmakedepends="git perl"
makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
libuv-devel"
depends="MoarVM-${version}_${revision}"
depends="MoarVM-${version%.*}_${revision}"
short_desc="Lightweight Raku-like environment for virtual machines"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="Artistic-2.0"
homepage="https://github.com/Raku/nqp"
distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
checksum=1bf941f10fc4eeef511ef0b6366f8c87a6327062c8400b44a8a148af3bb22a4e
checksum=1cd70091ef1c2d8915f5e08412d4d344c8ebd915870708264182f67cb90ef993
nocross=yes