mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
72b6e7866c
commit
d6a3e12806
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue