From: Peter Korsgaard Date: Wed, 8 Apr 2009 20:50:03 +0000 (-0000) Subject: lua: bump version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2ffc1f9fa813551b5988df0dc7ffa40c5ec6e2f;p=buildroot.git lua: bump version Patch by Michael Roth . --- diff --git a/package/lua/lua.mk b/package/lua/lua.mk index f330c947d0..4b646b2191 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -4,7 +4,7 @@ # ############################################################# -LUA_VERSION=5.1.2 +LUA_VERSION=5.1.4 LUA_SOURCE=lua-$(LUA_VERSION).tar.gz LUA_CAT:=$(ZCAT)