Skip to content

Commit

Permalink
Bump to libssh2lv v0.2.2
Browse files Browse the repository at this point in the history
The new version of libssh2lv fixes some error handling bugs.
  • Loading branch information
Christopher Field committed Sep 25, 2021
1 parent 875f109 commit 3d63384
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.5 LANGUAGES C)
project(libssh2lv-nilrt-ipk VERSION 0.6 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.1")
set(LIBSSH2LV_VERSION "0.2.2")
ExternalProject_Add(${LIBSSH2LV}
PREFIX ${LIBSSH2LV}
URL file:///${CMAKE_CURRENT_SOURCE_DIR}/${LIBSSH2LV}-${LIBSSH2LV_VERSION}.tar.gz
Expand Down
Binary file removed libssh2lv-0.2.1.tar.gz
Binary file not shown.
Binary file added libssh2lv-0.2.2.tar.gz
Binary file not shown.

0 comments on commit 3d63384

Please sign in to comment.