mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
perl/nqp: Updated for version 2020.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8b55bee267
commit
646c38f45e
2 changed files with 7 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for nqp
|
||||
|
||||
# Copyright 2020- Michel Begue <mab974@gmail.com>
|
||||
# Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
|
@ -17,7 +18,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=nqp
|
||||
VERSION=${VERSION:-2020.11}
|
||||
VERSION=${VERSION:-2020.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nqp"
|
||||
VERSION="2020.11"
|
||||
VERSION="2020.12"
|
||||
HOMEPAGE="https://rakudo.org"
|
||||
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2020.11/nqp-2020.11.tar.gz"
|
||||
MD5SUM="89f51893f00e40950931b2e7d6a0ed42"
|
||||
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2020.12/nqp-2020.12.tar.gz"
|
||||
MD5SUM="620f4c867d98dc2bb8425048907dad39"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="MoarVM"
|
||||
MAINTAINER="Andreas Voegele"
|
||||
EMAIL="andreas@andreasvoegele.com"
|
||||
MAINTAINER="Michel Begue"
|
||||
EMAIL="mab974@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue