perl/rakudo: Updated for version 2023.06

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-08-09 19:57:22 +04:00 committed by Willy Sudiarto Raharjo
parent f7298ec4b4
commit 6d2a0b7845
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.04}
VERSION=${VERSION:-2023.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rakudo"
VERSION="2023.04"
VERSION="2023.06"
HOMEPAGE="https://rakudo.org/"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2023.04/rakudo-2023.04.tar.gz"
MD5SUM="63540aab57c326da386a1529c994766b"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2023.06/rakudo-2023.06.tar.gz"
MD5SUM="3f7b43f43495b0f0fa1909ff8f2db53a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nqp"