perl/rakudo: Updated for version 2024.07

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-08-05 19:17:43 +04:00 committed by Willy Sudiarto Raharjo
parent b0d26f7664
commit d4ac280a05
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="rakudo"
VERSION="2024.05"
VERSION="2024.07"
HOMEPAGE="https://rakudo.org/"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2024.05/rakudo-2024.05.tar.gz"
MD5SUM="072152195d18b8157de4ff47c38ce052"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2024.07/rakudo-2024.07.tar.gz"
MD5SUM="b7a1d867fe6ba5aa2fec18e599155f88"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nqp"