Skip to content

Commit

Permalink
(#23875) clove-unit: add version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored May 6, 2024
1 parent b07023c commit 8997195
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
13 changes: 8 additions & 5 deletions recipes/clove-unit/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
sources:
"2.4.4":
url: "https://github.com/fdefelici/clove-unit/archive/v2.4.4.tar.gz"
sha256: "25e611e1d4286c73d9cce7bbc99f83e00629551602351fec1edcbb669243e047"
"2.4.1":
url: "https://github.com/fdefelici/clove-unit/archive/v2.4.1.tar.gz"
sha256: ede833e361b5b62052bd0976386307d1d962c7ab20a0e24eb6e970d409c726fe
sha256: "ede833e361b5b62052bd0976386307d1d962c7ab20a0e24eb6e970d409c726fe"
"2.4.0":
url: "https://github.com/fdefelici/clove-unit/archive/v2.4.0.tar.gz"
sha256: d5005854d7b3b6ed1b470c2df353fadd80a2ed5a80bb85efc074b9d55315e78d
sha256: "d5005854d7b3b6ed1b470c2df353fadd80a2ed5a80bb85efc074b9d55315e78d"
"2.3.0":
url: "https://github.com/fdefelici/clove-unit/archive/v2.3.0.tar.gz"
sha256: ca94d33643bbe1ff2205f7e6405f3e9c5a95d2f3a076a126814e64b46e3cce8e
sha256: "ca94d33643bbe1ff2205f7e6405f3e9c5a95d2f3a076a126814e64b46e3cce8e"
"2.2.4":
url: "https://github.com/fdefelici/clove-unit/archive/v2.2.4.tar.gz"
sha256: 0341f13b3e897952f1643eea2ca70cf014c4a086cf83375270980ac05f9d51aa
sha256: "0341f13b3e897952f1643eea2ca70cf014c4a086cf83375270980ac05f9d51aa"
"2.2.3":
url: "https://github.com/fdefelici/clove-unit/archive/v2.2.3.tar.gz"
sha256: 65f80d600ddec35f7ba70370f10e2df268d68c589e5cddbdcad815b6dbb61dfd
sha256: "65f80d600ddec35f7ba70370f10e2df268d68c589e5cddbdcad815b6dbb61dfd"
5 changes: 3 additions & 2 deletions recipes/clove-unit/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
class CloveUnitConan(ConanFile):
name = "clove-unit"
description = "Single-header Unit Testing framework for C (interoperable with C++) with test autodiscovery feature"
topics = ("unit-testing", "testing", "unit testing", "test")
license = "MIT"
homepage = "https://github.com/fdefelici/clove-unit"
url = "https://github.com/conan-io/conan-center-index"
license = "MIT"
topics = ("unit-testing", "testing", "unit testing", "test", "header-only")
no_copy_source = True
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
no_copy_source = True

def layout(self):
basic_layout(self, src_folder="src")
Expand Down
2 changes: 2 additions & 0 deletions recipes/clove-unit/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"2.4.4":
folder: "all"
"2.4.1":
folder: "all"
"2.4.0":
Expand Down

0 comments on commit 8997195

Please sign in to comment.