Upgrade to 0.9.1 and fix download problem
authorFlorian Fainelli <florian@openwrt.org>
Fri, 6 Jul 2007 21:36:16 +0000 (21:36 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 6 Jul 2007 21:36:16 +0000 (21:36 +0000)
SVN-Revision: 7881

net/aircrack-ng/Makefile

index 7156b6891cddca702ac0cf6696bcd6caea42d39f..5ca9fac4f729486b2357df15f64062f0dc6edd70 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=aircrack-ng
-PKG_VERSION:=0.9
+PKG_VERSION:=0.9.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.aircrack-ng.org/
-PKG_MD5SUM:=0fbf52827132d2996fc64afaef19cf68
+PKG_MD5SUM:=07488ff1e178b5b7fe04c6fd78da2b96
 PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)