Skip to content

Commit

Permalink
yomm2: add version 1.6.0 (#25909)
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto de Gracia Herranz <[email protected]>
  • Loading branch information
jll63 and ErniGH authored Nov 11, 2024
1 parent b57c446 commit 82238b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/yomm2/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.6.0":
url: "https://github.com/jll63/yomm2/archive/refs/tags/v1.6.0.tar.gz"
sha256: "5d617704755637b863a90129d09b8c3a1d3a06e3be809693c07575e0289cb508"
"1.5.2":
url: "https://github.com/jll63/yomm2/archive/refs/tags/v1.5.2.tar.gz"
sha256: "12f3f735b4870606199b889a242ebfed84cf0cd392b04a1c32db11291de684be"
Expand Down
2 changes: 1 addition & 1 deletion recipes/yomm2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def validate(self):
)

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

def requirements(self):
# Upstream requires Boost 1.74
Expand Down
2 changes: 2 additions & 0 deletions recipes/yomm2/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.6.0":
folder: all
"1.5.2":
folder: all
"1.5.1":
Expand Down

0 comments on commit 82238b2

Please sign in to comment.