From: John Clark Date: Sun, 2 Oct 2016 23:01:43 +0000 (-0400) Subject: libnopoll: use xz compression rather than gz X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f742b679e56ddde77b373b5bcf859ce5e74bd4a0;p=openwrt-packages.git libnopoll: use xz compression rather than gz Signed-off-by: John Clark inindev@gmail.com Tested-by: John Clark inindev@gmail.com --- diff --git a/libs/libnopoll/Makefile b/libs/libnopoll/Makefile index 38508a8d4..fe964055d 100644 --- a/libs/libnopoll/Makefile +++ b/libs/libnopoll/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ASPLes/nopoll.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=60a81fbd199551ac5dd017b9a44fb46e8530680b -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=John Clark