diff options
author | Michel Begue <mab974@gmail.com> | 2022-03-30 14:34:25 +0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:56 +0700 |
commit | 87b252715149a987bef2a8b49e5eaf28e82b0716 (patch) | |
tree | 7cb0b2f9f01f78f68c587be436c00340e694d9f4 /perl/nqp/nqp.SlackBuild | |
parent | bc82e5de76f719ffef761c71cf6861b6f0e0faea (diff) | |
download | slackbuilds-87b252715149a987bef2a8b49e5eaf28e82b0716.tar.gz |
perl/nqp: Updated for version 2022.03
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/nqp/nqp.SlackBuild')
-rw-r--r-- | perl/nqp/nqp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild index 7c169697d1..0a3ab03514 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} |