mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 07:25:56 +00:00
16 lines
565 B
YAML
16 lines
565 B
YAML
sources:
|
|
"2.1.0":
|
|
url: "https://github.com/rmontanana/mdlp/archive/refs/tags/v2.1.0.tar.gz"
|
|
sha256: "placeholder_sha256_hash"
|
|
"2.0.1":
|
|
url: "https://github.com/rmontanana/mdlp/archive/refs/tags/v2.0.1.tar.gz"
|
|
sha256: "placeholder_sha256_hash"
|
|
"2.0.0":
|
|
url: "https://github.com/rmontanana/mdlp/archive/refs/tags/v2.0.0.tar.gz"
|
|
sha256: "placeholder_sha256_hash"
|
|
|
|
patches:
|
|
"2.1.0":
|
|
- patch_file: "patches/001-cmake-fix.patch"
|
|
patch_description: "Fix CMake configuration for Conan compatibility"
|
|
patch_type: "portability" |