diff --git a/releases.json b/releases.json index cc8d20c6c..d5633524b 100644 --- a/releases.json +++ b/releases.json @@ -979,6 +979,17 @@ "1.3.1-1" ] }, + "unit-system": { + "dependency_names": [ + "unit-system-full", + "unit-system-generic", + "unit-system-base", + "unit-system-common" + ], + "versions": [ + "0.5.0-1" + ] + }, "unittest-cpp": { "versions": [ "2.0.0-1" diff --git a/subprojects/unit-system.wrap b/subprojects/unit-system.wrap new file mode 100644 index 000000000..fedbfaace --- /dev/null +++ b/subprojects/unit-system.wrap @@ -0,0 +1,9 @@ +[wrap-file] +directory = unit-system-0.5.0 + +source_url = https://github.com/noah1510/unit-system/archive/refs/tags/v0.5.0.tar.gz +source_filename = unit-system-0.5.0.tar.gz +source_hash = d23ddce6251960c9c255dae7b2507d7fb9b8f3e64767770288e7a31fcd90b919 + +[provide] +dependency_names = unit-system-full, unit-system-generic, unit-system-base, unit-system-common