Skip to content

Commit 8c95534

Browse files
authored
cjson: add version 1.7.19 (#28364)
1 parent 59af0c0 commit 8c95534

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

recipes/cjson/all/conandata.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sources:
2+
"1.7.19":
3+
url: "https://github.com/DaveGamble/cJSON/archive/v1.7.19.tar.gz"
4+
sha256: "7fa616e3046edfa7a28a32d5f9eacfd23f92900fe1f8ccd988c1662f30454562"
25
"1.7.18":
36
url: "https://github.com/DaveGamble/cJSON/archive/v1.7.18.tar.gz"
47
sha256: "3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5"

recipes/cjson/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def generate(self):
7171
# Relocatable shared lib on Macos
7272
tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0042"] = "NEW"
7373
tc.cache_variables["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" # CMake 4 support
74-
if Version(self.version) > "1.7.18": # pylint: disable=conan-unreachable-upper-version
74+
if Version(self.version) > "1.7.19": # pylint: disable=conan-unreachable-upper-version
7575
raise ConanException("CMAKE_POLICY_VERSION_MINIMUM hardcoded to 3.5, check if new version supports CMake 4")
7676
tc.generate()
7777

recipes/cjson/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
versions:
2+
"1.7.19":
3+
folder: all
24
"1.7.18":
35
folder: all
46
"1.7.17":

0 commit comments

Comments
 (0)