Skip to content

Commit

Permalink
(#23976) cjson: add version 1.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed May 14, 2024
1 parent 8310e80 commit 9db6f2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions recipes/cjson/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.7.18":
url: "https://github.com/DaveGamble/cJSON/archive/v1.7.18.tar.gz"
sha256: "3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5"
"1.7.17":
url: "https://github.com/DaveGamble/cJSON/archive/v1.7.17.tar.gz"
sha256: "c91d1eeb7175c50d49f6ba2a25e69b46bd05cffb798382c19bfb202e467ec51c"
Expand Down
7 changes: 3 additions & 4 deletions recipes/cjson/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ class CjsonConan(ConanFile):
name = "cjson"
description = "Ultralightweight JSON parser in ANSI C."
license = "MIT"
topics = ("json", "parser")
homepage = "https://github.com/DaveGamble/cJSON"
url = "https://github.com/conan-io/conan-center-index"

package_type = "library"
homepage = "https://github.com/DaveGamble/cJSON"
topics = ("json", "parser")
settings = "os", "arch", "compiler", "build_type"
package_type = "library"
options = {
"shared": [True, False],
"fPIC": [True, False],
Expand Down
2 changes: 2 additions & 0 deletions recipes/cjson/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.7.18":
folder: all
"1.7.17":
folder: all
"1.7.16":
Expand Down

0 comments on commit 9db6f2f

Please sign in to comment.