mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
dnscrypt-proxy: update to 2.0.17.
This commit is contained in:
parent
0ad5b01307
commit
ec75af8f4b
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dnscrypt-proxy'
|
# Template file for 'dnscrypt-proxy'
|
||||||
pkgname=dnscrypt-proxy
|
pkgname=dnscrypt-proxy
|
||||||
version=2.0.16
|
version=2.0.17
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="DNS proxy that encrypts queries"
|
short_desc="DNS proxy that encrypts queries"
|
||||||
go_import_path=github.com/jedisct1/dnscrypt-proxy
|
go_import_path=github.com/jedisct1/dnscrypt-proxy
|
||||||
|
@ -11,13 +11,11 @@ license="ISC"
|
||||||
homepage="https://github.com/jedisct1/dnscrypt-proxy"
|
homepage="https://github.com/jedisct1/dnscrypt-proxy"
|
||||||
changelog="https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/ChangeLog"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=7ff4cb7890fdf6b1b54ec4a9ef9f8ba5e71bcaff8522f324ef6ecc739ce95e5e
|
checksum=7c4ffcc7b8b07474622e728f1c019b79bd2d35be074cbeddcfa49cd83c7179b0
|
||||||
conf_files="/etc/dnscrypt-proxy.toml"
|
conf_files="/etc/dnscrypt-proxy.toml"
|
||||||
system_accounts="dnscrypt_proxy"
|
system_accounts="dnscrypt_proxy"
|
||||||
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
|
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
|
||||||
|
|
||||||
broken="go-1.11/runtime.support_avx2"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue