dnscrypt-proxy: update to 1.9.3.
This commit is contained in:
parent
09e46dde44
commit
73c86c173d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dnscrypt-proxy'
|
# Template file for 'dnscrypt-proxy'
|
||||||
pkgname=dnscrypt-proxy
|
pkgname=dnscrypt-proxy
|
||||||
version=1.9.2
|
version=1.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libsodium-devel"
|
makedepends="libsodium-devel"
|
||||||
|
@ -9,11 +9,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://dnscrypt.org/"
|
homepage="https://dnscrypt.org/"
|
||||||
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://download.dnscrypt.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b63f9b44891c529be5cda8457b4b95d90db3d1efe7eb236cae8b8e253aa1def3
|
checksum=0284b9107aac04bea3ccbd6744bccb3906a196f4599c10adab0e865054dede2d
|
||||||
conf_files="/etc/dnscrypt-proxy.conf"
|
conf_files="/etc/dnscrypt-proxy.conf"
|
||||||
system_accounts="dnscrypt_proxy"
|
system_accounts="dnscrypt_proxy"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vsv dnscrypt-proxy
|
vsv dnscrypt-proxy
|
||||||
|
mv ${DESTDIR}/etc/dnscrypt-proxy.conf{.example,}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue