From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Kilian To: development@lists.ipfire.org Subject: [PATCH] wpa_supplicant: Update to 2.5 Date: Mon, 18 Apr 2016 14:23:07 +0000 Message-ID: <1460989387-21481-1-git-send-email-sascha@sakisoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8580054056194939759==" List-Id: --===============8580054056194939759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Sascha Kilian --- lfs/wpa_supplicant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index e7f46de..76aa6c6 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -24,7 +24,7 @@ include Config -VER = 2.4 +VER = 2.5 THISAPP = wpa_supplicant-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f0037dbe03897dcaf2ad2722e659095d +$(DL_FILE)_MD5 = 96ff75c3a514f1f324560a2376f13110 install : $(TARGET) -- 1.7.9.5 --===============8580054056194939759==--