diff options
Diffstat (limited to 'perl/nqp')
-rw-r--r-- | perl/nqp/nqp.SlackBuild | 4 | ||||
-rw-r--r-- | perl/nqp/nqp.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild index 7c169697d137..0a3ab035146a 100644 --- a/perl/nqp/nqp.SlackBuild +++ b/perl/nqp/nqp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nqp -# 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=nqp -VERSION=${VERSION:-2021.12} +VERSION=${VERSION:-2022.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/nqp/nqp.info b/perl/nqp/nqp.info index c7758ba64e02..a3a1181609a7 100644 --- a/perl/nqp/nqp.info +++ b/perl/nqp/nqp.info @@ -1,10 +1,10 @@ PRGNAM="nqp" -VERSION="2021.12" +VERSION="2022.03" HOMEPAGE="https://rakudo.org" -DOWNLOAD="https://github.com/Raku/nqp/releases/download/2021.12/nqp-2021.12.tar.gz" -MD5SUM="cd01ea4652488666fef5a57c8cfe7b3d" +DOWNLOAD="https://github.com/Raku/nqp/releases/download/2022.03/nqp-2022.03.tar.gz" +MD5SUM="d173caad01458e0e4441143fb5769fda" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="MoarVM" MAINTAINER="Michel Begue" -EMAIL="mab974@gmail.com" +EMAIL="mab974@misouk.com" |