diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-10 18:17:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-10 18:17:44 +0000 |
commit | 3ea92147a7319515f3398990689dacdf651a7461 (patch) | |
tree | f12721213ad32aeb6c5ecfcc0692160f4dfc599a /main/wpa_supplicant | |
parent | 08b5dd6e275643f2c40ef7285f6504792cdb8809 (diff) | |
download | aports-3ea92147a7319515f3398990689dacdf651a7461.tar.bz2 aports-3ea92147a7319515f3398990689dacdf651a7461.tar.xz |
main/wpa_supplicant: upgrade to 0.6.10
Diffstat (limited to 'main/wpa_supplicant')
-rw-r--r-- | main/wpa_supplicant/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD index f904415891..6a2f978c84 100644 --- a/main/wpa_supplicant/APKBUILD +++ b/main/wpa_supplicant/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wpa_supplicant -pkgver=0.6.9 -pkgrel=1 +pkgver=0.6.10 +pkgrel=0 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="http://hostap.epitest.fi/wpa_supplicant" license="GPL" @@ -110,4 +110,4 @@ package() { install -m644 dbus-wpa_supplicant.conf \ "$pkgdir"/etc/dbus-1/system.d/fi.epitest.hostap.WPASupplicant.conf || return 1 } -md5sums="0efb8fcedf0a8acf6f423dfdb0658fdd wpa_supplicant-0.6.9.tar.gz" +md5sums="8985b1030d753e5f74f8acfc34e591bb wpa_supplicant-0.6.10.tar.gz" |