Files
test_cci/recipes/spdlog/all/conandata.yml
2025-04-24 22:24:04 +12:00

54 lines
2.2 KiB
YAML

sources:
"1.15.1":
url: "https://github.com/gabime/spdlog/archive/v1.15.1.tar.gz"
sha256: "25c843860f039a1600f232c6eb9e01e6627f7d030a2ae5e232bdd3c9205d26cc"
"1.15.0":
url: "https://github.com/gabime/spdlog/archive/v1.15.0.tar.gz"
sha256: "9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5"
"1.14.1":
url: "https://github.com/gabime/spdlog/archive/v1.14.1.tar.gz"
sha256: "1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b"
"1.14.0":
url: "https://github.com/gabime/spdlog/archive/v1.14.0.tar.gz"
sha256: "429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc"
"1.13.0":
url: "https://github.com/gabime/spdlog/archive/v1.13.0.tar.gz"
sha256: "534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9"
"1.12.0":
url: "https://github.com/gabime/spdlog/archive/v1.12.0.tar.gz"
sha256: "4dccf2d10f410c1e2feaff89966bfc49a1abb29ef6f08246335b110e001e09a9"
"1.11.0":
url: "https://github.com/gabime/spdlog/archive/v1.11.0.tar.gz"
sha256: "ca5cae8d6cac15dae0ec63b21d6ad3530070650f68076f3a4a862ca293a858bb"
"1.10.0":
url: "https://github.com/gabime/spdlog/archive/v1.10.0.tar.gz"
sha256: "697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224"
"1.9.2":
url: "https://github.com/gabime/spdlog/archive/v1.9.2.tar.gz"
sha256: "6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38"
"1.9.1":
url: "https://github.com/gabime/spdlog/archive/v1.9.1.tar.gz"
sha256: "9a452cfa24408baccc9b2bc2d421d68172a7630c99e9504a14754be840d31a62"
"1.8.5":
url: "https://github.com/gabime/spdlog/archive/v1.8.5.tar.gz"
sha256: "944d0bd7c763ac721398dca2bb0f3b5ed16f67cef36810ede5061f35a543b4b8"
patches:
"1.11.0":
- patch_file: "patches/1.11.0-0001-fix-fmt10-build.patch"
patch_description: "Fix fmt 10.0.0 build"
patch_type: "conan"
patch_source: "https://github.com/gabime/spdlog/pull/2694"
# Each release is intended to work with some specific versions
fmt_version_mapping:
"1.15.1": "11.1.3"
"1.15.0": "11.0.2"
"1.14.1": "10.2.1"
"1.14.0": "10.2.1"
"1.13.0": "10.2.1"
"1.12.0": "10.2.1"
"1.11.0": "10.0.0"
"1.10.0": "8.1.1"
"1.9.2": "8.0.1"
"1.9.1": "8.0.1"
"1.8.5": "7.1.3"