dhcp: update to 4.3.4.
This commit is contained in:
parent
47ea740786
commit
7dffb5b184
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'dhcp'
|
||||
pkgname=dhcp
|
||||
_distver=4.3.3
|
||||
_patchver=P1
|
||||
version=${_distver}.${_patchver}
|
||||
_version=4.3.4
|
||||
version=${_version//-/.}
|
||||
revision=3
|
||||
wrksrc="dhcp-${_distver}-${_patchver}"
|
||||
wrksrc="dhcp-${_version}"
|
||||
build_style=gnu-configure
|
||||
disable_parallel_build=yes
|
||||
hostmakedepends="perl"
|
||||
|
@ -13,8 +12,8 @@ short_desc="Server from the Internet Software Consortium's implementation of DHC
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="https://www.isc.org/software/dhcp"
|
||||
distfiles="http://ftp.isc.org/isc/dhcp/${_distver}-${_patchver}/dhcp-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=c11e896dffa1bfbc49462965d3f6dec45534e34068603546d9a236f2aa669921
|
||||
distfiles="http://ftp.isc.org/isc/dhcp/${_version}/dhcp-${_version}.tar.gz"
|
||||
checksum=f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e
|
||||
|
||||
pre_configure() {
|
||||
local _args=" --sbindir=/usr/bin --enable-paranoia
|
||||
|
|
Loading…
Reference in a new issue