mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
LuaJIT: update to 2.0.3
This commit is contained in:
parent
6b774fd7f4
commit
6e818868c5
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'LuaJIT'
|
# Template file for 'LuaJIT'
|
||||||
pkgname=LuaJIT
|
pkgname=LuaJIT
|
||||||
version=2.0.2
|
version=2.0.3
|
||||||
revision=2
|
revision=2
|
||||||
short_desc="A Just-In-Time Compiler for Lua"
|
short_desc="A Just-In-Time Compiler for Lua"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38
|
checksum=55be6cb2d101ed38acca32c5b1f99ae345904b365b642203194c585d27bebd79
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr ${makejobs}
|
make PREFIX=/usr ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue