perl/nqp: Updated for version 2022.07.

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2022-08-02 15:13:18 +04:00 committed by Willy Sudiarto Raharjo
parent 5a792e4a10
commit 1488a38d16
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nqp
VERSION=${VERSION:-2022.06}
VERSION=${VERSION:-2022.07}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="nqp"
VERSION="2022.06"
VERSION="2022.07"
HOMEPAGE="https://rakudo.org"
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2022.06/nqp-2022.06.tar.gz"
MD5SUM="d090351e607a409f15776ef0b710bcb9"
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2022.07/nqp-2022.07.tar.gz"
MD5SUM="98ccc011f2e409a7eee3494696e691af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MoarVM"