summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb (renamed from meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
index b53766333b..022482c791 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
@@ -5,11 +5,11 @@ SECTION = "libs"
5DEPENDS = "zlib openssl" 5DEPENDS = "zlib openssl"
6 6
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509" 8LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca"
9 9
10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" 10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
11SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b" 11SRC_URI[md5sum] = "00aabd6e714a5f42a4fb82ace20db1dd"
12SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d" 12SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15