perl/MoarVM: Updated for version 2022.06.

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:
Michel Begue 2022-06-06 17:36:35 +04:00 committed by Willy Sudiarto Raharjo
parent 1359d51cc1
commit adb200c7ac
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=MoarVM
VERSION=${VERSION:-2022.04}
VERSION=${VERSION:-2022.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="MoarVM"
VERSION="2022.04"
VERSION="2022.06"
HOMEPAGE="https://moarvm.org/"
DOWNLOAD="https://moarvm.org/releases/MoarVM-2022.04.tar.gz"
MD5SUM="92cb8fa0d01352b3b8bf7ac99c772000"
DOWNLOAD="https://moarvm.org/releases/MoarVM-2022.06.tar.gz"
MD5SUM="176a67f67006c887f86ae8f8d0e7a293"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtommath"