dhcpcd: update to 6.6.1.
This commit is contained in:
parent
cd348b2412
commit
3b19a49361
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=6.6.0
|
||||
revision=2
|
||||
version=6.6.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_options="systemd"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run"
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --rundir=/run"
|
||||
hostmakedepends="ntp pkg-config"
|
||||
makedepends="libudev-devel"
|
||||
conf_files="/etc/dhcpcd.conf"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="2-clause-BSD"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
||||
checksum=16b94272cbb9ca22cb74c4421ee745f56850121613f6256587adb4e988c17fd0
|
||||
checksum=5d6a15fa064a91761601142232f23edb09b570555c3386e6d766759d78b8e1fe
|
||||
|
||||
pre_install() {
|
||||
# make wpa_supplicant log to syslog rather than stdout
|
||||
|
|
Loading…
Reference in a new issue