perl/MoarVM: Updated for version 2021.09
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e168a9f4d
commit
24bda0236a
|
@ -20,7 +20,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=MoarVM
|
||||
VERSION=${VERSION:-2021.03}
|
||||
VERSION=${VERSION:-2021.09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="MoarVM"
|
||||
VERSION="2021.03"
|
||||
VERSION="2021.09"
|
||||
HOMEPAGE="https://moarvm.org/"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2021.03.tar.gz"
|
||||
MD5SUM="6356797ffb300acb74abe46ab8576df9"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2021.09.tar.gz"
|
||||
MD5SUM="3eb566dc3dcdd22e90d19f47905f442c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtommath"
|
||||
|
|
Loading…
Reference in New Issue