perl/nqp: Updated for version 2024.05

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-06-06 13:04:32 +04:00 committed by Willy Sudiarto Raharjo
parent 4cd4d54d47
commit 9dd0334f73
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.03}
VERSION=${VERSION:-2024.05}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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