diff options
Diffstat (limited to 'main/hostapd/APKBUILD')
-rw-r--r-- | main/hostapd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/hostapd/APKBUILD b/main/hostapd/APKBUILD index 0c1c8c918..c08847fdc 100644 --- a/main/hostapd/APKBUILD +++ b/main/hostapd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hostapd -pkgver=0.6.9 -pkgrel=1 +pkgver=0.6.10 +pkgrel=0 pkgdesc="daemon for wireless software access points" url="http://hostap.epitest.fi/hostapd/" license="custom" @@ -105,6 +105,6 @@ package() { install -Dm644 hostapd_cli.1 "$pkgdir"/usr/share/man/man1/hostapd_cli } -md5sums="83630d11fa66ade9091f1b304fccd74c hostapd-0.6.9.tar.gz +md5sums="1ac442d1f984273f108b3de579c1b70d hostapd-0.6.10.tar.gz fdbc94a99eca18f51294b5a96136ffdf hostapd.initd c91382209042defa04e79d0ae841a29e hostapd.confd" |