diff options
-rw-r--r-- | perl/nqp/nqp.SlackBuild | 4 | ||||
-rw-r--r-- | perl/nqp/nqp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild index 42bc35bd61..2d482e3176 100644 --- a/perl/nqp/nqp.SlackBuild +++ b/perl/nqp/nqp.SlackBuild @@ -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} diff --git a/perl/nqp/nqp.info b/perl/nqp/nqp.info index c9e1127a75..17808fe3aa 100644 --- a/perl/nqp/nqp.info +++ b/perl/nqp/nqp.info @@ -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" |