From: Nicolas Thill Date: Mon, 22 Sep 2014 00:35:39 +0000 (+0200) Subject: luasql: bump to v2.3.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7405d4bc08b9b6ce26a8ddb5228f6946bc2f5a95;p=openwrt-packages.git luasql: bump to v2.3.0 --- diff --git a/lang/luasql/Makefile b/lang/luasql/Makefile index 513fa247d..12fbfb61f 100644 --- 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