mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/nqp: Updated for version 2023.02
Signed-off-by: Michel Begue <mab974@misouk.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e3c2ff636a
commit
1adc1f7d13
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nqp
|
||||
VERSION=${VERSION:-2022.12}
|
||||
VERSION=${VERSION:-2023.02}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nqp"
|
||||
VERSION="2022.12"
|
||||
VERSION="2023.02"
|
||||
HOMEPAGE="https://rakudo.org"
|
||||
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2022.12/nqp-2022.12.tar.gz"
|
||||
MD5SUM="01fe3faf97c4577fc8ca38204d22df23"
|
||||
DOWNLOAD="https://github.com/Raku/nqp/releases/download/2023.02/nqp-2023.02.tar.gz"
|
||||
MD5SUM="379b19d9d74b76d8ca9f8233c592f9ce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="MoarVM"
|
||||
|
|
Loading…
Reference in a new issue