perl/MoarVM: Updated for version 2022.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f85f68e7c
commit
bc82e5de76
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for MoarVM
|
||||
|
||||
# Copyright 2020- Michel Begue <mab974@gmail.com>
|
||||
# Copyright 2020- Michel Begue <mab974@misouk.com>
|
||||
# Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
|
@ -20,7 +20,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=MoarVM
|
||||
VERSION=${VERSION:-2021.12}
|
||||
VERSION=${VERSION:-2022.03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="MoarVM"
|
||||
VERSION="2021.12"
|
||||
VERSION="2022.03"
|
||||
HOMEPAGE="https://moarvm.org/"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2021.12.tar.gz"
|
||||
MD5SUM="eaa7cb4e0d4b5fcee2b8b0f8aefd1444"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2022.03.tar.gz"
|
||||
MD5SUM="32399255f11138bf6355418552936daf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtommath"
|
||||
MAINTAINER="Michel Begue"
|
||||
EMAIL="mab974@gmail.com"
|
||||
EMAIL="mab974@misouk.com"
|
||||
|
|
Loading…
Reference in New Issue