perl/nqp: Updated for version 2024.02

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-03-04 10:54:21 +04:00 committed by Willy Sudiarto Raharjo
parent 9ac505a028
commit 777a28863e
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:-2023.12}
VERSION=${VERSION:-2024.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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