diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 20:36:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 21:54:08 +0200 |
commit | 09885916eefb7445bf23cd49b087196beed3869b (patch) | |
tree | be5872c6ee9dfe24414a9e1e7a94547211f183a8 /recipes/aircrack | |
parent | 06ed1abafb2239dd8be313361d79f6f47972ccac (diff) |
aircrack_2.1: update SRC_URI for old and add checksums (missing in checksums.ini too)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/aircrack')
-rw-r--r-- | recipes/aircrack/aircrack_2.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/aircrack/aircrack_2.1.bb b/recipes/aircrack/aircrack_2.1.bb index f4e6485351..12fc99484d 100644 --- a/recipes/aircrack/aircrack_2.1.bb +++ b/recipes/aircrack/aircrack_2.1.bb @@ -6,9 +6,12 @@ DEPENDS = "" PV="2.1" PR ="r0" -SRC_URI = "http://www.cr0.net:8040/code/network/aircrack-2.1.tgz \ +SRC_URI = "http://archive.aircrack-ng.org/aircrack-old/${P}.tgz \ file://silent_patch.diff;patch=1;pnum=0" +SRC_URI[md5sum] = "694c6180f620b0534e5925a71b960bd1" +SRC_URI[sha256sum] = "9b749d98278450b80153c1f82b7e253548a3f03603062dc98cc1320803d791da" + inherit autotools do_install() { |