diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-12-19 11:14:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 11:14:46 +0100 |
commit | 1dd2958ab8a5d1d52d333f8a4a3887f9bba38fa4 (patch) | |
tree | 69abe7c39bf586c45fdc8b38783b1e8079a505fe /net/dnscrypt-proxy | |
parent | f6429eb18b347f965e06bc098e25a8d59a2e2c85 (diff) |
net/dnscrypt-proxy: Use bz2 tarball
Use bz2 tarball, saves space and bandwidth.
Use SHA256 checksum instead of MD5.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'net/dnscrypt-proxy')
-rw-r--r-- | net/dnscrypt-proxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dnscrypt-proxy/Makefile b/net/dnscrypt-proxy/Makefile index 7e56b0523..97a9af285 100644 --- a/net/dnscrypt-proxy/Makefile +++ b/net/dnscrypt-proxy/Makefile @@ -13,10 +13,9 @@ PKG_NAME:=dnscrypt-proxy PKG_VERSION:=1.8.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.dnscrypt.org/dnscrypt-proxy -PKG_MD5SUM:=2b30b49f0cc1d926023501afc1692dde - +PKG_MD5SUM:=dfc59de962b31709b8ba277c6cbb9768dde5104c3b2f2f039a3533703e90475c PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |