diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-03 19:21:05 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-03 19:21:05 +0000 |
commit | b9281fbaffd06938e56358942865bb6c87c63970 (patch) | |
tree | 7b94c06ff9e7d9bf2feb9656f0f14f8e308e7e20 /openwrt/package/aircrack | |
parent | 45f222e7dd14b7fea3b88980e4133ae3ced5e927 (diff) |
fix wrong md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2577 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/aircrack')
-rw-r--r-- | openwrt/package/aircrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/aircrack/Makefile b/openwrt/package/aircrack/Makefile index c26d4a0ae7..1869d2b82b 100644 --- a/openwrt/package/aircrack/Makefile +++ b/openwrt/package/aircrack/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aircrack PKG_VERSION:=2.41 PKG_RELEASE:=1 -PKG_MD5SUM:=8c0c88abe107ca26d019d8f43958e60a +PKG_MD5SUM:=05a37c8a165efb11ea226829c809deb3 PKG_SOURCE_URL:=http://www.cr0.net:8040/code/network/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz |