Skip to content

Commit

Permalink
(conan-io#24818) libinterpolate: add version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Aug 5, 2024
1 parent 7d73340 commit 0cace0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
16 changes: 10 additions & 6 deletions recipes/libinterpolate/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
sources:
"2.6.2":
"2.7":
url:
- "https://github.com/CD3/libInterpolate/archive/refs/tags/2.6.2.tar.gz"
sha256: "42f40c9b77fda6e0c52ed39b522458456e89fb4981d63f812aa158c6f4be8ab0"
- "https://github.com/CD3/libInterpolate/archive/refs/tags/2.7.tar.gz"
sha256: "a502a00d6aee13e9b8ae9af6fafbcb783d5380835e353a0fc85a586ca7e31e43"
"2.6.4":
url:
- "https://github.com/CD3/libInterpolate/archive/refs/tags/2.6.4.tar.gz"
sha256: "231a39fcc87ffc3e03936f7a21abc78ef309c2f1de79bd3ae72c24d78352d666"
"2.6.3":
url:
- "https://github.com/CD3/libInterpolate/archive/refs/tags/2.6.3.tar.gz"
sha256: "bb2f253c27594b4e56ed9349630086665f529100eac2cd3cba63d198c3a84ff9"
"2.6.4":
"2.6.2":
url:
- "https://github.com/CD3/libInterpolate/archive/refs/tags/2.6.4.tar.gz"
sha256: "231a39fcc87ffc3e03936f7a21abc78ef309c2f1de79bd3ae72c24d78352d666"
- "https://github.com/CD3/libInterpolate/archive/refs/tags/2.6.2.tar.gz"
sha256: "42f40c9b77fda6e0c52ed39b522458456e89fb4981d63f812aa158c6f4be8ab0"
1 change: 0 additions & 1 deletion recipes/libinterpolate/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os


# It will become the standard on Conan 2.x
class TestPackageConan(ConanFile):
settings = "os", "arch", "compiler", "build_type"
generators = "CMakeDeps", "CMakeToolchain", "VirtualRunEnv"
Expand Down
6 changes: 4 additions & 2 deletions recipes/libinterpolate/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
versions:
"2.6.2":
"2.7":
folder: all
"2.6.4":
folder: all
"2.6.3":
folder: all
"2.6.4":
"2.6.2":
folder: all

0 comments on commit 0cace0c

Please sign in to comment.