stubby: update to 0.4.0.

This commit is contained in:
Frank Steinborn 2021-07-12 17:19:58 +02:00 committed by Érico Nogueira Rolim
parent 29b52e525c
commit 66a598d2b8

View file

@ -1,10 +1,10 @@
# Template file for 'stubby' # Template file for 'stubby'
pkgname=stubby pkgname=stubby
version=0.3.0 version=0.4.0
revision=1 revision=1
build_style=cmake build_style=cmake
conf_files="/etc/stubby/stubby.yml" conf_files="/etc/stubby/stubby.yml"
makedepends="getdns-devel libyaml-devel" makedepends="getdns-devel libyaml-devel openssl-devel"
depends="libcap-progs" # For setcap(8) depends="libcap-progs" # For setcap(8)
short_desc="DNS Privacy stub resolver" short_desc="DNS Privacy stub resolver"
maintainer="Frank Steinborn <steinex@nognu.de>" maintainer="Frank Steinborn <steinex@nognu.de>"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://github.com/getdnsapi/stubby" homepage="https://github.com/getdnsapi/stubby"
changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog" changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog"
distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz" distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
checksum=b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000 checksum=8e6a4ba76f04b23612d58813c4998141b0cc6194432d87f8653f3ba5cf64152a
# Create stubby system user/group # Create stubby system user/group
system_accounts="_${pkgname}" system_accounts="_${pkgname}"