mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
Bump hostapd version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
cb3a66ac68
commit
41721f809f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="2.7"
|
VERSION="2.8"
|
||||||
SRCDIR="hostapd-${VERSION}"
|
SRCDIR="hostapd-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://w1.fi/releases/"
|
URL="https://w1.fi/releases/"
|
||||||
SHA256SUM="21b0dda3cc3abe75849437f6b9746da461f88f0ea49dd621216936f87440a141"
|
SHA256SUM="929f522be6eeec38c53147e7bc084df028f65f148a3f7e4fa6c4c3f955cee4b0"
|
||||||
DEPENDS="libnl3-dev openssl-dev toolchain"
|
DEPENDS="libnl3-dev openssl-dev toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue