mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
dhcp: fix distfiles.
This commit is contained in:
parent
a63719e043
commit
ddc7f20246
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname=dhcp
|
pkgname=dhcp
|
||||||
version=4.3.4
|
version=4.3.4
|
||||||
revision=5
|
revision=5
|
||||||
wrksrc="dhcp-${_version}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -11,7 +10,7 @@ short_desc="Server from the Internet Software Consortium's implementation of DHC
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://www.isc.org/software/dhcp"
|
homepage="https://www.isc.org/software/dhcp"
|
||||||
distfiles="http://ftp.isc.org/isc/dhcp/${_version}/dhcp-${_version}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/dhcp/${version}/dhcp-${version}.tar.gz"
|
||||||
checksum=f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e
|
checksum=f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue