diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-09-22 02:35:39 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-10-24 16:32:29 +0200 |
commit | 7405d4bc08b9b6ce26a8ddb5228f6946bc2f5a95 (patch) | |
tree | 144dec2f88fda08d4e51c7ac04daf3aa7153b82d /lang/luasql/Makefile | |
parent | c062fa455cc0fe5b2953ca6a945ec4122e5a02ce (diff) |
luasql: bump to v2.3.0
Diffstat (limited to 'lang/luasql/Makefile')
-rw-r--r-- | lang/luasql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |