Skip to content

Commit

Permalink
(#25296) catch2: add version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 19, 2024
1 parent 4cb0e09 commit 33e83ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions recipes/catch2/3.x.x/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"3.7.1":
url: "https://github.com/catchorg/Catch2/archive/v3.7.1.tar.gz"
sha256: "c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c"
"3.7.0":
url: "https://github.com/catchorg/Catch2/archive/v3.7.0.tar.gz"
sha256: "5b10cd536fa3818112a82820ce0787bd9f2a906c618429e7c4dea639983c8e88"
Expand Down
4 changes: 2 additions & 2 deletions recipes/catch2/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
class Catch2Conan(ConanFile):
name = "catch2"
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
topics = ("catch2", "unit-test", "tdd", "bdd")
license = "BSL-1.0"
homepage = "https://github.com/catchorg/Catch2"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/catchorg/Catch2"
topics = ("catch2", "unit-test", "tdd", "bdd")
package_type = "library"
settings = "os", "arch", "compiler", "build_type"
options = {
Expand Down
2 changes: 2 additions & 0 deletions recipes/catch2/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"3.7.1":
folder: 3.x.x
"3.7.0":
folder: 3.x.x
"3.6.0":
Expand Down

0 comments on commit 33e83ff

Please sign in to comment.