hostapd: update to 2.9.
This commit is contained in:
parent
9e8541122c
commit
0587f67840
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hostapd'
|
||||
pkgname=hostapd
|
||||
version=2.8
|
||||
version=2.9
|
||||
revision=1
|
||||
build_wrksrc="$pkgname"
|
||||
conf_files="/etc/hostapd/hostapd.conf"
|
||||
|
@ -8,10 +8,10 @@ hostmakedepends="pkg-config"
|
|||
makedepends="libnl3-devel libressl-devel"
|
||||
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://w1.fi/hostapd/"
|
||||
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=929f522be6eeec38c53147e7bc084df028f65f148a3f7e4fa6c4c3f955cee4b0
|
||||
checksum=881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7
|
||||
|
||||
do_configure() {
|
||||
cp -f ${FILESDIR}/config .config
|
||||
|
|
Loading…
Reference in a new issue