diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-03 19:21:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-03 19:21:05 +0000 |
commit | 24d66804031412b8311194647340302ec29d35dc (patch) | |
tree | afd8a66a697575ac23c298d7b7fb3486a0e33bc1 /openwrt | |
parent | 446b1827666f87d8710f7b9ca66a712f9f45b306 (diff) | |
download | mtk-20170518-24d66804031412b8311194647340302ec29d35dc.zip mtk-20170518-24d66804031412b8311194647340302ec29d35dc.tar.gz mtk-20170518-24d66804031412b8311194647340302ec29d35dc.tar.bz2 |
fix wrong md5sum
SVN-Revision: 2577
Diffstat (limited to 'openwrt')
-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 c26d4a0..1869d2b 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 |