diff options
author | Steven Barth <cyrus@openwrt.org> | 2008-09-25 12:15:32 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2008-09-25 12:15:32 +0000 |
commit | c1ef612776742b585dce6079685b9cf4f12fef01 (patch) | |
tree | 98fcb35a7ac39998a415ea46edf9d4a3b1a47d58 /package/lua/Makefile | |
parent | 7300d22877be313bee64f736d0fae6d6b830caf7 (diff) | |
download | upstream-c1ef612776742b585dce6079685b9cf4f12fef01.tar.gz upstream-c1ef612776742b585dce6079685b9cf4f12fef01.tar.bz2 upstream-c1ef612776742b585dce6079685b9cf4f12fef01.zip |
Embed luaposix and bitlib into Lua core library
SVN-Revision: 12696
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r-- | package/lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index bae83402ba..4523ff14b4 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua PKG_VERSION:=5.1.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ |