perl/MoarVM: Updated for version 2023.10

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2023-11-05 19:41:55 +04:00 committed by Willy Sudiarto Raharjo
parent 4c078f92d3
commit ef89ec65dc
2 changed files with 6 additions and 4 deletions

View file

@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=MoarVM
VERSION=${VERSION:-2023.09}
VERSION=${VERSION:-2023.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -122,5 +122,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
chmod 755 $PKG/usr/lib$LIBDIRSUFFIX/libmoar.so
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View file

@ -1,8 +1,8 @@
PRGNAM="MoarVM"
VERSION="2023.09"
VERSION="2023.10"
HOMEPAGE="https://moarvm.org/"
DOWNLOAD="https://github.com/MoarVM/MoarVM/releases/download/2023.09/MoarVM-2023.09.tar.gz"
MD5SUM="1b0dfa75e6cc79fc3d3d9d074233d4ef"
DOWNLOAD="https://github.com/MoarVM/MoarVM/releases/download/2023.10/MoarVM-2023.10.tar.gz"
MD5SUM="37cf0924153593c6d98701f17c5de7d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtommath"