dnscrypt-proxy: update to 2.1.0.
This commit is contained in:
parent
6b0e3b9eb6
commit
166d716fbd
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'dnscrypt-proxy'
|
||||
pkgname=dnscrypt-proxy
|
||||
version=2.0.45
|
||||
revision=2
|
||||
version=2.1.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/DNSCrypt/dnscrypt-proxy
|
||||
go_import_path=github.com/dnscrypt/dnscrypt-proxy
|
||||
go_package="${go_import_path}/dnscrypt-proxy"
|
||||
short_desc="DNS proxy that encrypts queries"
|
||||
maintainer="Lugubris <lugubris@disroot.org>"
|
||||
|
@ -11,7 +11,7 @@ license="ISC"
|
|||
homepage="https://github.com/DNSCrypt/dnscrypt-proxy"
|
||||
changelog="https://raw.githubusercontent.com/DNSCrypt/dnscrypt-proxy/master/ChangeLog"
|
||||
distfiles="https://github.com/DNSCrypt/dnscrypt-proxy/archive/${version}.tar.gz"
|
||||
checksum=f7aac28c6a60404683d436072b89d18ed3bb309f8d8a95c8e87ad250da190821
|
||||
checksum=4af43a2143a1d0f9b430f5f08981417cb4475cc590daf79d11c9a0487f72fadc
|
||||
conf_files="/etc/dnscrypt-proxy.toml"
|
||||
system_accounts="dnscrypt_proxy"
|
||||
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
|
||||
|
|
Loading…
Reference in a new issue