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