stubby: update to 0.4.0.
This commit is contained in:
parent
29b52e525c
commit
66a598d2b8
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'stubby'
|
||||
pkgname=stubby
|
||||
version=0.3.0
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
conf_files="/etc/stubby/stubby.yml"
|
||||
makedepends="getdns-devel libyaml-devel"
|
||||
makedepends="getdns-devel libyaml-devel openssl-devel"
|
||||
depends="libcap-progs" # For setcap(8)
|
||||
short_desc="DNS Privacy stub resolver"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://github.com/getdnsapi/stubby"
|
||||
changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog"
|
||||
distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
|
||||
checksum=b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000
|
||||
checksum=8e6a4ba76f04b23612d58813c4998141b0cc6194432d87f8653f3ba5cf64152a
|
||||
|
||||
# Create stubby system user/group
|
||||
system_accounts="_${pkgname}"
|
||||
|
|
Loading…
Reference in a new issue