dnsmasq: update to 2.83.
This commit is contained in:
parent
a196f57ac4
commit
c1bbe20f28
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dnsmasq'
|
||||
pkgname=dnsmasq
|
||||
version=2.82
|
||||
version=2.83
|
||||
revision=1
|
||||
conf_files="/etc/dnsmasq.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,8 +10,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
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/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=62f33bfac1a1b4a5dab8461b4664e414f7d6ced1d2cf141e9cdf9c3c2a424f65
|
||||
distfiles="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz"
|
||||
checksum=6b67955873acc931bfff61a0a1e0dc239f8b52e31df50e9164d3a4537571342f
|
||||
system_accounts="dnsmasq"
|
||||
dnsmasq_homedir="/var/chroot"
|
||||
|
||||
|
@ -26,6 +26,7 @@ do_build() {
|
|||
fi
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue