perl/rakudo: Updated for version 2022.06.

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2022-06-06 17:38:23 +04:00 committed by Willy Sudiarto Raharjo
parent 7448f004ec
commit 45d72cb225
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:-2022.04}
VERSION=${VERSION:-2022.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rakudo"
VERSION="2022.04"
VERSION="2022.06"
HOMEPAGE="https://rakudo.org/"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2022.04/rakudo-2022.04.tar.gz"
MD5SUM="96a4ea04f649d4e6c336dd7137be90d7"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2022.06/rakudo-2022.06.tar.gz"
MD5SUM="c09ffe00812bef6a7482d256d7ae2f54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nqp"