MoarVM: update to 2018.11

This commit is contained in:
Andy Weidenbaum 2018-12-01 16:29:47 -06:00 committed by maxice8
parent 5258576564
commit 45efcee416
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'MoarVM'
pkgname=MoarVM
version=2018.10
version=2018.11
revision=1
build_style=configure
configure_script="perl Configure.pl"
@ -10,8 +10,8 @@ makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel"
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
maintainer="Ruslan <axetwe@gmail.com>"
license="Artistic-2.0"
homepage="http://moarvm.com"
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
checksum=acbaaa2695bbb5f2b965d65d0d1a947574efad7fe1af31237ed4e6b6b1225284
homepage="https://moarvm.org"
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
checksum=b0f378fb72dac6fa2af2ab9c0dbd8012fb9bc43d223a7583c4ecb68b17ffa7ea
nocross=yes
shlib_provides="libmoar.so"