perl/nqp: Updated for version 2022.04

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2022-04-25 20:27:22 +04:00 committed by Willy Sudiarto Raharjo
parent 8f675df7e4
commit b3f09b695e
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.03}
VERSION=${VERSION:-2022.04}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="nqp"
VERSION="2022.03"
VERSION="2022.04"
HOMEPAGE="https://rakudo.org"
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2022.03/nqp-2022.03.tar.gz"
MD5SUM="d173caad01458e0e4441143fb5769fda"
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2022.04/nqp-2022.04.tar.gz"
MD5SUM="358bba8d49f944981693749e591323c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MoarVM"