From: Nicolas Thill Date: Fri, 1 May 2015 06:08:40 +0000 (+0200) Subject: json4lua: don't use github conflicting tag archives (#1051) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a2c782c6f0a50cef855d73a886eb491c9d0e9a87;p=feed%2Fpackages.git json4lua: don't use github conflicting tag archives (#1051) Signed-off-by: Nicolas Thill --- diff --git a/lang/json4lua/Makefile b/lang/json4lua/Makefile index ff8774cf11..0e0c9c540b 100644 --- a/lang/json4lua/Makefile +++ b/lang/json4lua/Makefile @@ -11,8 +11,12 @@ PKG_NAME:=json4lua PKG_VERSION:=0.9.53 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/amrhassan/$(PKG_NAME)/archive/ +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/amrhassan/json4lua.git +PKG_SOURCE_VERSION:=$(PKG_VERSION) + PKG_MAINTAINER:=Amr Hassan PKG_LICENSE=MIT