diff options
author | Matthias Hentges <oe@hentges.net> | 2007-03-03 19:40:33 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-03-03 19:40:33 +0000 |
commit | d601ee6825b11d6d54e6ac084ae4aa2b6bfc6da9 (patch) | |
tree | f9cdb575bb00a3e7f656c5cbf06841bf01f91aca /packages | |
parent | fa5d12bb26ce93c24825983209ce8ba9d02dce65 (diff) |
aircrack_2.41.bb: Update SRC_URI, courtesy of Angus Ainslie, closing bug #1937
Diffstat (limited to 'packages')
-rw-r--r-- | packages/aircrack/aircrack_2.41.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/aircrack/aircrack_2.41.bb b/packages/aircrack/aircrack_2.41.bb index 3e4d2a9b31..32f0bc864c 100644 --- a/packages/aircrack/aircrack_2.41.bb +++ b/packages/aircrack/aircrack_2.41.bb @@ -3,9 +3,9 @@ DESCRIPTION = "Aircrack is a set of tools for wep key statistical cracking" HOMEPAGE = "http://www.cr0.net:8040/code/network/aircrack/" LICENSE = "GPLv2" DEPENDS = "" -PR="r0" +PR="r1" -SRC_URI = "http://distfiles.gentoo.org/distfiles/${P}.tgz \ +SRC_URI = "http://www.wirelessdefence.org/Contents/Files/${P}.tgz \ file://oe.patch;patch=1;pnum=1" inherit autotools |