From: Nicolas Thill Date: Fri, 1 May 2015 05:58:53 +0000 (+0200) Subject: lua-mosquitto: don't use github conflicting tag archives (#1051) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=48ad37c8e47530a0d51072d778d5e4927a5cb179;p=openwrt-packages.git lua-mosquitto: don't use github conflicting tag archives (#1051) Signed-off-by: Nicolas Thill --- diff --git a/lang/lua-mosquitto/Makefile b/lang/lua-mosquitto/Makefile index a8d625f15..680df4b5e 100644 --- a/lang/lua-mosquitto/Makefile +++ b/lang/lua-mosquitto/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,10 +13,11 @@ PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -PKG_SOURCE:=v$(PKG_VERSION).tar.gz +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/flukso/$(PKG_NAME)/archive/ -PKG_MD5SUM:=fd26fa08fc855ba4a66ce521fe5aae13 +PKG_SOURCE_URL:=https://github.com/flukso/lua-mosquitto.git +PKG_SOURCE_VERSION:=v$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk