perl/rakudo: Updated for version 2023.12

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2023-12-25 19:17:29 +04:00 committed by Willy Sudiarto Raharjo
parent 72b6e7866c
commit d6a3e12806
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=rakudo
VERSION=${VERSION:-2023.10}
VERSION=${VERSION:-2023.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rakudo"
VERSION="2023.10"
VERSION="2023.12"
HOMEPAGE="https://rakudo.org/"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2023.10/rakudo-2023.10.tar.gz"
MD5SUM="813e9a41f986bb72e1f71680b5ca75b4"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2023.12/rakudo-2023.12.tar.gz"
MD5SUM="ede866071e19be6414fc6e4c01c967df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nqp"