diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-04-04 16:41:35 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-04-04 16:41:52 +0200 |
commit | 6fb992405c5af0b95bcef29c011034a68559adf0 (patch) | |
tree | 860ee88e6f4b82404099af60d456eb42b89be7f2 /libs/libssh2 | |
parent | 9f15edf744130840928cf4533a91b450b65e2dfb (diff) |
libssh2: update to version 1.8.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'libs/libssh2')
-rw-r--r-- | libs/libssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile index 90e4d5b30..7b06436ef 100644 --- a/libs/libssh2/Makefile +++ b/libs/libssh2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libssh2 -PKG_VERSION:=1.8.1 +PKG_VERSION:=1.8.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.libssh2.org/download -PKG_HASH:=40b517f35b1bb869d0075b15125c7a015557f53a5a3a6a8bffb89b69fd70f159 +PKG_HASH:=088307d9f6b6c4b8c13f34602e8ff65d21c2dc4d55284dfe15d502c4ee190d67 PKG_FIXUP:=autoreconf |