Skip to content

Commit

Permalink
Bump to libssh2 v1.10.0 source
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Field committed Oct 19, 2021
1 parent d8a5ae0 commit d7657ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4)
project(libssh2-nilrt-ipk VERSION 0.4 LANGUAGES C)
project(libssh2-nilrt-ipk VERSION 0.5 LANGUAGES C)
set(PROJECT_URL "https://github.com/fieldrndservices/libssh2-nilrt-ipk")
set(PROJECT_DESCRIPTION "A CMake Super Build to create libssh2 IPK files for the NI Linux RT operating system")

Expand All @@ -8,7 +8,7 @@ include(ExternalProject)

# libssh2 configuration and build
set(LIBSSH2 "libssh2")
set(LIBSSH2_VERSION "1.9.0")
set(LIBSSH2_VERSION "1.10.0")
ExternalProject_Add(${LIBSSH2}
PREFIX ${LIBSSH2}
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2}-${LIBSSH2_VERSION}.tar.gz
Expand Down
Binary file added libssh2-1.10.0.tar.gz
Binary file not shown.
Binary file removed libssh2-1.9.0.tar.gz
Binary file not shown.

0 comments on commit d7657ac

Please sign in to comment.