mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/nqp: Updated for version 2021.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
93fd9808e2
commit
455a353780
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nqp
|
||||
VERSION=${VERSION:-2021.09}
|
||||
VERSION=${VERSION:-2021.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nqp"
|
||||
VERSION="2021.09"
|
||||
VERSION="2021.12"
|
||||
HOMEPAGE="https://rakudo.org"
|
||||
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2021.09/nqp-2021.09.tar.gz"
|
||||
MD5SUM="dad21108718bb4409b6ff4258b602e62"
|
||||
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2021.12/nqp-2021.12.tar.gz"
|
||||
MD5SUM="cd01ea4652488666fef5a57c8cfe7b3d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="MoarVM"
|
||||
|
|
Loading…
Reference in a new issue