diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/lsh/lsh_2.0.4.bb (renamed from recipes/lsh/lsh_1.5.5.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/lsh/lsh_1.5.5.bb b/recipes/lsh/lsh_2.0.4.bb index 284a0100eb..99d53583a5 100644 --- a/recipes/lsh/lsh_1.5.5.bb +++ b/recipes/lsh/lsh_2.0.4.bb @@ -5,7 +5,9 @@ DESCRIPTION = "lsh is a GNU GPL-licensed implementation of the SSH \ utility programs." DEPENDS = "zlib gmp liboop" -SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz" +SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz;name=src" +SRC_URI[src.md5sum] = "621f4442332bb772b92d397d17ccaf02" +SRC_URI[src.sha256sum] = "614b9d63e13ad3e162c82b6405d1f67713fc622a8bc11337e72949d613713091" S = "${WORKDIR}/lsh-${PV}" inherit autotools |