diff options
author | Jiri Slachta <slachta@cesnet.cz> | 2015-07-04 23:01:47 +0200 |
---|---|---|
committer | Jiri Slachta <slachta@cesnet.cz> | 2015-07-04 23:01:47 +0200 |
commit | 02c8f0aae9cbca16270f69b3f839333117ec88ef (patch) | |
tree | eca755162f5ddaaddd065dce17e2b06e0b215ab3 /libs/libssh2 | |
parent | 93cb07e376cb187315b843339c0e1f58351235e2 (diff) |
libssh2: update to version 1.6.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Diffstat (limited to 'libs/libssh2')
-rw-r--r-- | libs/libssh2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile index 4497f389c..7951f63ef 100644 --- a/libs/libssh2/Makefile +++ b/libs/libssh2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2015 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.4.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.libssh2.org/download -PKG_MD5SUM:=071004c60c5d6f90354ad1b701013a0b +PKG_MD5SUM:=00aabd6e714a5f42a4fb82ace20db1dd PKG_INSTALL:=1 |