diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-05-01 04:56:20 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-05-01 04:56:20 +0200 |
commit | 5420c140c1cb5d6312d2cdb8c2f0780ed173eab3 (patch) | |
tree | 1ae8aaea0c8820b246378cee4c722143f317d1a2 | |
parent | 09a07e9f21cfc1d9649444c2ff9afbce1a4bb183 (diff) |
luasql: don't use github conflicting tag archives (#1051)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
-rw-r--r-- | lang/luasql/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/luasql/Makefile b/lang/luasql/Makefile index 6df105dc7..204d6cc1a 100644 --- a/lang/luasql/Makefile +++ b/lang/luasql/Makefile @@ -11,9 +11,11 @@ PKG_NAME:=luasql PKG_VERSION:=2.3.0 PKG_RELEASE:=1 -PKG_SOURCE:=v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/keplerproject/luasql/archive/ -PKG_MD5SUM:=af9f0f3a2313a1fcf88c40700092048d +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_PROTO:=git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=https://github.com/keplerproject/luasql.git +PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_LICENSE:=MIT PKG_LICENSE_FILES:=docs/us/license.html |