net/dnscrypt-proxy: Use bz2 tarball
authorDaniel Engberg <redacted>
Mon, 19 Dec 2016 10:14:46 +0000 (11:14 +0100)
committerGitHub <redacted>
Mon, 19 Dec 2016 10:14:46 +0000 (11:14 +0100)
Use bz2 tarball, saves space and bandwidth.
Use SHA256 checksum instead of MD5.

Signed-off-by: Daniel Engberg <redacted>
net/dnscrypt-proxy/Makefile

index 7e56b052307959c7c9ec5c641421fc94fdf758f5..97a9af2859366326e9cdd2bc25728c35425650b9 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT