Skip to content

Commit

Permalink
Create unit-system.wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 authored and eli-schwartz committed Aug 4, 2021
1 parent 429bbe9 commit 2abbdbb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions subprojects/unit-system.wrap
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2abbdbb

Please sign in to comment.