LuaJIT: extract update_* to external update file
This commit is contained in:
parent
7bc422b932
commit
6dd08b1d98
|
@ -6,7 +6,6 @@ short_desc="A Just-In-Time Compiler for Lua"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.luajit.org"
|
||||
license="MIT"
|
||||
update_site="http://luajit.org/download.html"
|
||||
distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
|
||||
checksum=55be6cb2d101ed38acca32c5b1f99ae345904b365b642203194c585d27bebd79
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
site="http://luajit.org/download.html"
|
Loading…
Reference in New Issue