perl/rakudo: Updated for version 2019.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed3ee2d11d
commit
3bd849c6d6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rakudo
|
||||
|
||||
# Copyright 2018 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
# Copyright 2018-2019 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -17,7 +17,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=rakudo
|
||||
VERSION=${VERSION:-2018.12}
|
||||
VERSION=${VERSION:-2019.03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rakudo"
|
||||
VERSION="2018.12"
|
||||
VERSION="2019.03"
|
||||
HOMEPAGE="https://rakudo.org/"
|
||||
DOWNLOAD="https://rakudo.org/dl/rakudo/rakudo-2018.12.tar.gz"
|
||||
MD5SUM="ebe269dcc8ef3464e9f809bc0f669b29"
|
||||
DOWNLOAD="https://rakudo.org/dl/rakudo/rakudo-2019.03.tar.gz"
|
||||
MD5SUM="dd588d2f1d5561a48ed3cc099c057db6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nqp"
|
||||
|
|
Loading…
Reference in New Issue