development/lua52: Updated for version 5.2.1.
Also moved from Libraries category Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
be1bc0c80f
commit
ac98066ae9
|
@ -2,6 +2,8 @@ Lua is a free software light-weight programming language designed
|
|||
for extending applications. Lua is also frequently used as a
|
||||
general-purpose, stand-alone scripting language.
|
||||
|
||||
This package is for the slackware users needing the 5.2.x
|
||||
* WARNING *
|
||||
This package is just for the slackware users needing the 5.2.x
|
||||
version: it is not compatible with the 5.1.x one (install
|
||||
just one version of the two).
|
||||
just one version of the two) and with most of the software
|
||||
that needs lua on slackbuilds.org.
|
|
@ -12,7 +12,7 @@
|
|||
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
PRGNAM=lua52
|
||||
VERSION=${VERSION:-5.2.0}
|
||||
VERSION=${VERSION:-5.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lua52"
|
||||
VERSION="5.2.0"
|
||||
VERSION="5.2.1"
|
||||
HOMEPAGE="http://www.lua.org"
|
||||
DOWNLOAD="http://www.lua.org/ftp/lua-5.2.0.tar.gz"
|
||||
MD5SUM="f1ea831f397214bae8a265995ab1a93e"
|
||||
DOWNLOAD="http://www.lua.org/ftp/lua-5.2.1.tar.gz"
|
||||
MD5SUM="ae08f641b45d737d12d30291a5e5f6e3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
Loading…
Reference in New Issue