dhcpcd: update to 7.0.7. (#1157)
This commit is contained in:
parent
97b348502c
commit
63a3e517d6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=7.0.6
|
||||
version=7.0.7
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://roy.marples.name/projects/dhcpcd"
|
||||
distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
||||
checksum=727aa7ca972ab45ccad9238ae102604cca94ada87989305d04d81196d78ac341
|
||||
checksum=af23f11cf7a6d6cbbe236ac7c4b45db5765a4c1e468e88f2ef37ac2fa2de3a49
|
||||
lib32disabled=yes
|
||||
conf_files=/etc/dhcpcd.conf
|
||||
|
||||
|
@ -19,6 +19,7 @@ pre_install() {
|
|||
# make wpa_supplicant log to syslog rather than stdout
|
||||
sed -i 's,-B,& -s,' hooks/10-wpa_supplicant
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv dhcpcd
|
||||
vsv dhcpcd-eth0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue