perl/rakudo: Updated for version 2022.03

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2022-03-30 14:59:03 +04:00 committed by Willy Sudiarto Raharjo
parent 87b2527151
commit cb1b2e452a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for rakudo
# Copyright 2020- Michel Begue <mab974@gmail.com>
# Copyright 2020- Michel Begue <mab974@misouk.com>
# Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rakudo
VERSION=${VERSION:-2021.12}
VERSION=${VERSION:-2022.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="rakudo"
VERSION="2021.12"
VERSION="2022.03"
HOMEPAGE="https://rakudo.org/"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2021.12/rakudo-2021.12.tar.gz"
MD5SUM="bcb68ebc639795bd8ef490e8e3e66052"
DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2022.03/rakudo-2022.03.tar.gz"
MD5SUM="65dba797668ee6ebf6d279d015fe214f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nqp"
MAINTAINER="Michel Begue"
EMAIL="mab974@gmail.com"
EMAIL="mab974@misouk.com"