Skip to content

Commit

Permalink
Bump libssh2lv source from v0.2.0 to v0.2.1
Browse files Browse the repository at this point in the history
Adds support for libssh2 v1.9.0 and OpenSSL v1.1.1f.
  • Loading branch information
volks73 committed Mar 31, 2020
1 parent 0d30c7d commit c2408aa
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(libssh2lv-nilrt-ipk VERSION 0.2 LANGUAGES C)
project(libssh2lv-nilrt-ipk VERSION 0.3 LANGUAGES C)
set(PROJECT_URL "https://github.com/fieldrndservices/libssh2lv-nilrt-ipk")
set(PROJECT_DESCRIPTION "A CMake Super Build to create libssh2lv IPK files for the NI Linux RT operating system")

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

# libssh2 configuration and build
set(LIBSSH2LV "libssh2lv")
set(LIBSSH2LV_VERSION "0.2.0")
set(LIBSSH2LV_VERSION "0.2.1")
ExternalProject_Add(${LIBSSH2LV}
PREFIX ${LIBSSH2LV}
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.tar.gz
Expand Down
Binary file removed libssh2lv-0.2.0.tar.gz
Binary file not shown.
Binary file added libssh2lv-0.2.1.tar.gz
Binary file not shown.

0 comments on commit c2408aa

Please sign in to comment.