diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-06-03 11:12:28 +0800 |
---|---|---|
committer | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-06-03 11:12:28 +0800 |
commit | f663e1771e8896317f5b02d76ed57d90831a94a9 (patch) | |
tree | 34f496a00faeb37400ccb352732e7ea856cbda17 /libs/libssh2 | |
parent | 6eecfd558efb1be074cfb9a6bb9e055ef9b7e6ae (diff) |
libssh2: Bump to v1.7.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'libs/libssh2')
-rw-r--r-- | libs/libssh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile index 774ae85e0..911d34e81 100644 --- a/libs/libssh2/Makefile +++ b/libs/libssh2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libssh2 -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.7.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.libssh2.org/download -PKG_MD5SUM:=00aabd6e714a5f42a4fb82ace20db1dd +PKG_MD5SUM:=b01662a210e94cccf2f76094db7dac5c PKG_INSTALL:=1 |