diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-14 22:25:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-14 22:25:42 +0000 |
commit | 8b19e52abbe1f4ab5a63f1975c9d17d386b7127b (patch) | |
tree | b25eda25e1e401cdff2ab330bb8cc373eca6b72c /openwrt/package/wpa_supplicant/Makefile | |
parent | 0171220c9235858b3009eac95d580991a06efb83 (diff) |
Update to new upstream release (v0.3.9)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wpa_supplicant/Makefile')
-rw-r--r-- | openwrt/package/wpa_supplicant/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/wpa_supplicant/Makefile b/openwrt/package/wpa_supplicant/Makefile index cfb6e873d..70792fe4e 100644 --- a/openwrt/package/wpa_supplicant/Makefile +++ b/openwrt/package/wpa_supplicant/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.3.8 -PKG_RELEASE:=2 -PKG_MD5SUM:=c9ced104f0322f834a84336c293b4b57 +PKG_VERSION:=0.3.9 +PKG_RELEASE:=1 +PKG_MD5SUM:=113873aafc4fcaa0515841a6f0a17fd0 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |