mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
LuaJIT: update to 2.0.2.
This commit is contained in:
parent
e2ce92b296
commit
d5e685abd2
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'LuaJIT'
|
# Template file for 'LuaJIT'
|
||||||
pkgname=LuaJIT
|
pkgname=LuaJIT
|
||||||
version=2.0.0
|
version=2.0.2
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="A Just-In-Time Compiler for Lua"
|
short_desc="A Just-In-Time Compiler for Lua"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
homepage="http://www.luajit.org"
|
homepage="http://www.luajit.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
|
distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
|
||||||
checksum=deaed645c4a093c5fb250c30c9933c9131ee05c94b13262d58f6e0b60b338c15
|
checksum=c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38
|
||||||
long_desc="
|
long_desc="
|
||||||
LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
|
LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
|
||||||
Lua is a powerful, dynamic and light-weight programming language. It may
|
Lua is a powerful, dynamic and light-weight programming language. It may
|
||||||
be embedded or used as a general-purpose, stand-alone language."
|
be embedded or used as a general-purpose, stand-alone language."
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr ${makejobs}
|
make PREFIX=/usr ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue