diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-02-20 22:54:56 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-02-20 22:54:56 +0100 |
| commit | b4d6df902253637f24647d3db2bc3781d69eec1c (patch) | |
| tree | d8bf9ac04a270fabdfee1c15628c702471ef8bf5 /subprojects | |
| parent | 441cafc7124f633e5abc684e85a11ce3c991f6ae (diff) | |
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/protobuf.wrap | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/subprojects/protobuf.wrap b/subprojects/protobuf.wrap new file mode 100644 index 0000000..c6d2ebb --- /dev/null +++ b/subprojects/protobuf.wrap @@ -0,0 +1,16 @@ +[wrap-file] +directory = protobuf-25.2 +source_url = https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protobuf-25.2.tar.gz +source_filename = protobuf-25.2.tar.gz +source_hash = 8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871 +patch_filename = protobuf_25.2-2_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/protobuf_25.2-2/get_patch +patch_hash = a2f5968097eb036c228b72258435d09e93dca4093d09acb5078a376d8155df46 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/protobuf_25.2-2/protobuf-25.2.tar.gz +wrapdb_version = 25.2-2 + +[provide] +protobuf = protobuf_dep +protobuf-lite = protobuf_lite_dep +protoc = protoc_dep +program_names = protoc |
