mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
perl/MoarVM: Updated for version 2020.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17e96fdb9c
commit
8b55bee267
2 changed files with 7 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for MoarVM
|
||||
|
||||
# Copyright 2020- Michel Begue <mab974@gmail.com>
|
||||
# Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
|
@ -17,7 +18,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=MoarVM
|
||||
VERSION=${VERSION:-2020.11}
|
||||
VERSION=${VERSION:-2020.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="MoarVM"
|
||||
VERSION="2020.11"
|
||||
VERSION="2020.12"
|
||||
HOMEPAGE="https://moarvm.org/"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2020.11.tar.gz"
|
||||
MD5SUM="fc377df19a6a5143d59644cc306751a0"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2020.12.tar.gz"
|
||||
MD5SUM="76b44c8aa771f49ed409f350c97e8b31"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtommath libuv"
|
||||
MAINTAINER="Andreas Voegele"
|
||||
EMAIL="andreas@andreasvoegele.com"
|
||||
MAINTAINER="Michel Begue"
|
||||
EMAIL="mab974@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue