diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/thc | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/thc')
-rw-r--r-- | recipes/thc/hydra_4.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/thc/hydra_4.4.bb b/recipes/thc/hydra_4.4.bb index 4794027f2b..952543cbf3 100644 --- a/recipes/thc/hydra_4.4.bb +++ b/recipes/thc/hydra_4.4.bb @@ -23,3 +23,9 @@ do_install() { install -m 0755 $f ${D}${bindir} done } + +SRC_URI[md5sum] = "3a2e76b03f2e534119517aaa18083322" +SRC_URI[sha256sum] = "1019b3fbeb3e7e2d0c8faf81191e722bfabc714ee03ec08703faf91dab443b64" +#CHECKSUMS.INI MISMATCH: I've got this instead: +#SRC_URI[md5sum] = "307e1434ae475088caa01e3b1aefbf43" +#SRC_URI[sha256sum] = "382ff75f66fc7c7ec429c4c2513c61dcb8322927a6b51542914cc7a08717caef" |