From 55f8f604e80d1bf73a3dbdad4d637cb1459b6407 Mon Sep 17 00:00:00 2001 From: Albert Schwarzkopf Date: Thu, 22 Dec 2022 11:18:55 +0100 Subject: [PATCH] dnsmasq: update to 2.88. --- srcpkgs/dnsmasq/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index b59608c47912..ce8536b96140 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,17 +1,17 @@ # Template file for 'dnsmasq' pkgname=dnsmasq -version=2.86 -revision=2 +version=2.88 +revision=1 conf_files="/etc/dnsmasq.conf" hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel libidn2-devel $(vopt_if dnssec nettle-devel)" short_desc="Lightweight, easy to configure DNS forwarder and DHCP server" maintainer="Orphaned " license="GPL-2.0-or-later" -homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" -changelog="http://www.thekelleys.org.uk/dnsmasq/CHANGELOG" -distfiles="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz" -checksum=ef15f608a83ee2b1d1d2c1f11d089a7e0ac401ffb0991de73fc01ce5f290e512 +homepage="https://www.thekelleys.org.uk/dnsmasq/doc.html" +changelog="https://www.thekelleys.org.uk/dnsmasq/CHANGELOG" +distfiles="https://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz" +checksum=da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028 system_accounts="dnsmasq" dnsmasq_homedir="/var/chroot"