Skip to content

Commit

Permalink
(conan-io#25639) libssh2: add version 1.11.1
Browse files Browse the repository at this point in the history
* libssh2: add version 1.11.1

* Update cmake requirements for libssh2

* Update recipes/libssh2/all/conanfile.py

---------

Co-authored-by: Luis Caro Campos <[email protected]>
  • Loading branch information
2 people authored and OMGtechy committed Dec 31, 2024
1 parent ce5d5b7 commit 9ac81f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/libssh2/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.11.1":
sha256: 9954cb54c4f548198a7cbebad248bdc87dd64bd26185708a294b2b50771e3769
url: https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.1/libssh2-1.11.1.tar.xz
"1.11.0":
sha256: a488a22625296342ddae862de1d59633e6d446eff8417398e06674a49be3d7c2
url: https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.xz
Expand Down
3 changes: 3 additions & 0 deletions recipes/libssh2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def requirements(self):
else:
self.requires("mbedtls/2.28.4")

def build_requirements(self):
self.tool_requires("cmake/[>=3.20 <4]")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
apply_conandata_patches(self)
Expand Down
2 changes: 2 additions & 0 deletions recipes/libssh2/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.11.1":
folder: all
"1.11.0":
folder: all
"1.10.0":
Expand Down

0 comments on commit 9ac81f9

Please sign in to comment.