diff options
author | Aaron Drew <aarond10@gmail.com> | 2017-01-09 23:11:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 23:11:20 +1100 |
commit | 31ab5b2d740db740d17e8a30d95b292e9a53d90a (patch) | |
tree | c1abd73391355e6457aceb56535ba92b3e3bdb0a /net/https-dns-proxy | |
parent | 2b8528971574b7f57fa8d4696b1d506f0b122c47 (diff) |
https-dns-proxy: Switch from bz2 to xz
Signed-off-by: Aaron Drew <aarond10@gmail.com>
Diffstat (limited to 'net/https-dns-proxy')
-rw-r--r-- | net/https-dns-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |