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