perl/nqp: Updated for version 2024.03

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2024-04-01 14:10:46 +04:00 committed by Willy Sudiarto Raharjo
parent 891d81004b
commit 58cd5a1495
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:-2024.02}
VERSION=${VERSION:-2024.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="nqp"
VERSION="2024.02"
VERSION="2024.03"
HOMEPAGE="https://rakudo.org"
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2024.02/nqp-2024.02.tar.gz"
MD5SUM="fe9b705c4790b047099f33a7e1a21476"
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2024.03/nqp-2024.03.tar.gz"
MD5SUM="b9aa7e00298c2f5bb1c07f30265d004f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MoarVM"