lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 7405d4bc08b9b6ce26a8ddb5228f6946bc2f5a95
parent c062fa455cc0fe5b2953ca6a945ec4122e5a02ce
Author: Nicolas Thill <nico@openwrt.org>
Date:   Mon, 22 Sep 2014 02:35:39 +0200

luasql: bump to v2.3.0

Diffstat:
Mlang/luasql/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/luasql/Makefile b/lang/luasql/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luasql -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.3.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://files.luaforge.net/releases/luasql/luasql -PKG_MD5SUM:=63bdd57de4b9d1be336ba112d8cb69eb +PKG_SOURCE:=v$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/keplerproject/luasql/archive/ +PKG_MD5SUM:=af9f0f3a2313a1fcf88c40700092048d PKG_LICENSE:=MIT PKG_LICENSE_FILE:=docs/us/license.html