diff options
author | Steven Barth <steven@midlink.org> | 2008-09-25 12:15:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-25 12:15:32 +0000 |
commit | e8be228b7885eeedd488580b684ab7779c413154 (patch) | |
tree | ed68676711da6b9577349897619f5792bb235cea /package/lua/Makefile | |
parent | 537ce29c80bccf9966d9475065690230fa34b763 (diff) | |
download | upstream-e8be228b7885eeedd488580b684ab7779c413154.tar.gz upstream-e8be228b7885eeedd488580b684ab7779c413154.tar.bz2 upstream-e8be228b7885eeedd488580b684ab7779c413154.zip |
Embed luaposix and bitlib into Lua core library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12696 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ \ |