projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix trailing backslash error introduced in r13115 - fixes kernel config issues
[openwrt.git]
/
package
/
lua
/
Makefile
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
1894358
..
4523ff1
100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=lua
include $(TOPDIR)/rules.mk
PKG_NAME:=lua
-PKG_VERSION:=5.1.
3
+PKG_VERSION:=5.1.
4
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-17,7
+17,7
@@
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
http://ftp.gwdg.de/pub/languages/lua/ \
http://mirrors.dotsrc.org/lua/ \
http://www.tecgraf.puc-rio.br/lua/ftp/
http://ftp.gwdg.de/pub/languages/lua/ \
http://mirrors.dotsrc.org/lua/ \
http://www.tecgraf.puc-rio.br/lua/ftp/
-PKG_MD5SUM:=
a70a8dfaa150e047866dc01a46272599
+PKG_MD5SUM:=
d0870f2de55d59c1c8419f36e8fac150
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
This page took
0.022891 seconds
and
4
git commands to generate.