mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
dhcpcd: update to 5.1.1.
--HG-- extra : convert_revision : 2ee0419796e70950f1a47e217bd6b141c982c8e1
This commit is contained in:
parent
ff782d5685
commit
b44e605e71
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
||||||
command=/sbin/dhcpcd
|
command=/sbin/dhcpcd
|
||||||
command_args=-q
|
command_args=-q
|
||||||
pidfile=/var/run/dhcpcd.pid
|
pidfile=/var/run/dhcpcd.pid
|
||||||
name="DHCP Client Daemon"
|
|
||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=5.1.0
|
version=5.1.1
|
||||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--libexecdir=/lib/dhcpcd"
|
configure_args="--libexecdir=/lib/dhcpcd"
|
||||||
short_desc="RFC2131 compliant DHCP client"
|
short_desc="RFC2131 compliant DHCP client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bb761bc9eefa7f528fd74d9a10518ebd5f99c18fc2b0a98196c8cd106eb9188b
|
checksum=93b926d48b8eb1cd0588a06e1dd71432264f06583406d8c355b5152b30d7f9a6
|
||||||
long_desc="
|
long_desc="
|
||||||
dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant
|
dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant
|
||||||
IPv4LL (aka ZeroConf) client.
|
IPv4LL (aka ZeroConf) client.
|
||||||
|
|
Loading…
Add table
Reference in a new issue