mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
perl/MoarVM: Updated for version 2019.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c2d4efe1fd
commit
37e706f6f5
4 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=MoarVM
|
||||
VERSION=${VERSION:-2019.07.1}
|
||||
VERSION=${VERSION:-2019.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="MoarVM"
|
||||
VERSION="2019.07.1"
|
||||
VERSION="2019.11"
|
||||
HOMEPAGE="https://moarvm.org/"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2019.07.1.tar.gz"
|
||||
MD5SUM="dcb78ea485177b520b5a6a198bd9d010"
|
||||
DOWNLOAD="https://moarvm.org/releases/MoarVM-2019.11.tar.gz"
|
||||
MD5SUM="80c9b7bf9b726e04d6758ef704c38406"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtommath libuv"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MoarVM, short for "Metamodel On A Runtime Virtual Machine", is a modern
|
||||
virtual machine built for the Rakudo Perl 6 compiler and the NQP
|
||||
compiler toolchain.
|
||||
virtual machine built for the Rakudo compiler and the NQP compiler
|
||||
toolchain.
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
MoarVM: MoarVM (virtual machine for Rakudo Perl 6 and NQP)
|
||||
MoarVM: MoarVM (virtual machine for Rakudo and NQP)
|
||||
MoarVM:
|
||||
MoarVM: MoarVM, short for "Metamodel On A Runtime Virtual Machine", is a
|
||||
MoarVM: modern virtual machine built for the Rakudo Perl 6 compiler and the
|
||||
MoarVM: NQP compiler toolchain.
|
||||
MoarVM: modern virtual machine built for the Rakudo compiler and the NQP
|
||||
MoarVM: compiler toolchain.
|
||||
MoarVM:
|
||||
MoarVM: Homepage: https://moarvm.org/
|
||||
MoarVM:
|
||||
|
|
Loading…
Reference in a new issue