mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/MoarVM: 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
8e6e27672c
commit
e3c2ff636a
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=MoarVM
|
||||
VERSION=${VERSION:-2022.12}
|
||||
VERSION=${VERSION:-2023.02}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="MoarVM"
|
||||
VERSION="2022.12"
|
||||
VERSION="2023.02"
|
||||
HOMEPAGE="https://moarvm.org/"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2022.12.tar.gz"
|
||||
MD5SUM="cd4d2e97896170428ce9db50d2a2b420"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2023.02.tar.gz"
|
||||
MD5SUM="a1331f415826de9e38a082e9215c7edb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtommath"
|
||||
|
|
Loading…
Reference in a new issue