From: Aaron Drew Date: Mon, 9 Jan 2017 12:11:20 +0000 (+1100) Subject: https-dns-proxy: Switch from bz2 to xz X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=31ab5b2d740db740d17e8a30d95b292e9a53d90a;p=openwrt-packages.git https-dns-proxy: Switch from bz2 to xz Signed-off-by: Aaron Drew --- diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile index b67769990..2ebec2bd8 100644 --- a/net/https-dns-proxy/Makefile +++ b/net/https-dns-proxy/Makefile @@ -4,7 +4,7 @@ PKG_NAME:=https_dns_proxy PKG_VERSION:=2017-01-07 PKG_RELEASE=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/ PKG_SOURCE_PROTO:=git