dnscrypt-proxy: update to 2.0.4

This commit is contained in:
johannes 2018-02-23 22:44:05 +01:00 committed by Toyam Cox
parent 55f2986d77
commit b6a915b8fc
3 changed files with 14 additions and 10 deletions

View file

@ -0,0 +1,2 @@
The original package was deprecated and was replaced with upstream's rewrite
in Golang with the same name, previous configuration is most sure to break.

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec dnscrypt-proxy /etc/dnscrypt-proxy.conf
exec dnscrypt-proxy -config /etc/dnscrypt-proxy.toml

View file

@ -1,19 +1,21 @@
# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=1.9.5
revision=2
build_style=gnu-configure
makedepends="libsodium-devel"
version=2.0.4
revision=1
build_style=go
short_desc="DNS proxy that encrypts queries"
go_import_path="github.com/jedisct1/dnscrypt-proxy"
go_package="${go_import_path}/dnscrypt-proxy"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="https://dnscrypt.org/"
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=64021fabb7d5bab0baf681796d90ecd2095fb81381e6fb317a532039025a9399
conf_files="/etc/dnscrypt-proxy.conf"
homepage="https://github.com/jedisct1/dnscrypt-proxy"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=34b76e6fc774936cc3b8a785022c7314b7235fd283ceb728cd45458002bde9e2
conf_files="/etc/dnscrypt-proxy.toml"
system_accounts="dnscrypt_proxy"
post_install() {
vlicense COPYING
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
vlicense LICENSE
vsv dnscrypt-proxy
}