perl/nqp: Updated for version 2019.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
162950ae99
commit
ed3ee2d11d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nqp
|
||||
|
||||
# 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=nqp
|
||||
VERSION=${VERSION:-2018.12}
|
||||
VERSION=${VERSION:-2019.03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nqp"
|
||||
VERSION="2018.12"
|
||||
VERSION="2019.13"
|
||||
HOMEPAGE="https://rakudo.org"
|
||||
DOWNLOAD="https://rakudo.org/downloads/nqp/nqp-2018.12.tar.gz"
|
||||
MD5SUM="db99ae8a8c28d337e88982559d4ad700"
|
||||
DOWNLOAD="https://rakudo.org/dl/nqp/nqp-2019.03.tar.gz"
|
||||
MD5SUM="b9de1fb6d7098c56bf18fdbd91c8e72d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="MoarVM"
|
||||
|
|
Loading…
Reference in New Issue