mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/rakudo: Updated for version 2022.03
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
87b2527151
commit
cb1b2e452a
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue