lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 31ab5b2d740db740d17e8a30d95b292e9a53d90a
parent 2b8528971574b7f57fa8d4696b1d506f0b122c47
Author: Aaron Drew <aarond10@gmail.com>
Date:   Mon,  9 Jan 2017 23:11:20 +1100

https-dns-proxy: Switch from bz2 to xz

Signed-off-by: Aaron Drew <aarond10@gmail.com>
Diffstat:
Mnet/https-dns-proxy/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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