diff options
| author | bucurb <bobuc@microsoft.com> | 2021-07-23 05:44:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 21:44:41 -0700 |
| commit | 22a15e3995c3b6992a8f3c988a05ae413d32e9bd (patch) | |
| tree | 909788fe893b084443cea1ef3fb3ebb089b5b756 /versions | |
| parent | 3a59554bb3a53d8fe82c44ff0e009506abe13343 (diff) | |
| download | vcpkg-22a15e3995c3b6992a8f3c988a05ae413d32e9bd.tar.gz vcpkg-22a15e3995c3b6992a8f3c988a05ae413d32e9bd.zip | |
[libuuid] Added cmake config and targets (#18738)
* added cmake config and targets
* bumped version
* updated sha
* renamed targets to unofficial-
* updated sha
* Trigger builds
* PR comments
* updated sha
* Update the baseline version
* PR comments
* sha
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libuuid.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 220ff6b5d..3a10fed8e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3701,8 +3701,8 @@ "port-version": 0 }, "libuuid": { - "baseline": "1.0.3-7", - "port-version": 0 + "baseline": "1.0.3", + "port-version": 8 }, "libuv": { "baseline": "1.41.0", diff --git a/versions/l-/libuuid.json b/versions/l-/libuuid.json index 66fb9c7fa..a927d01b3 100644 --- a/versions/l-/libuuid.json +++ b/versions/l-/libuuid.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "4058a76786f399c80e1973a4101e8291032b3e9b", + "version": "1.0.3", + "port-version": 8 + }, + { "git-tree": "1462e6294a414e76e18cd6b2679b5906254751bd", "version-string": "1.0.3-7", "port-version": 0 |
