diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-07-28 13:25:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 13:25:43 +0000 |
commit | 2a4e6ec8d95359fb115611c3d44131faf5fddae7 (patch) | |
tree | 06d7fa019b9f1b718fb3569bd5a011485432ed94 /packages/libssh | |
parent | ff4af32ee42a08de3855e7eb113a0a3cb6d2f1bd (diff) |
updated libssh to 0.11
Diffstat (limited to 'packages/libssh')
-rw-r--r-- | packages/libssh/libssh_0.11.bb (renamed from packages/libssh/libssh_0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libssh/libssh_0.1.bb b/packages/libssh/libssh_0.11.bb index 0d3cd17d26..ab6949f409 100644 --- a/packages/libssh/libssh_0.1.bb +++ b/packages/libssh/libssh_0.11.bb @@ -6,7 +6,7 @@ includes SFTP support, and a sample SSH client is provided." DEPENDS = "openssl" LICENSE = "LGPL" -SRC_URI = "http://www.0xbadc0de.be/projects/libssh/libssh-${PV}.tgz" +SRC_URI = "http://www.0xbadc0de.be/libssh/libssh-${PV}.tgz" inherit autotools |