diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-07-22 23:03:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:03:01 -0700 |
| commit | 408443118c3386f2d5370b5a30205b505e8adcc3 (patch) | |
| tree | d54e3cfcee42fbdf6fd08c2e013e625de31c54dc /versions | |
| parent | dc9e8e1497ee60f65c21928eca5eb5fd5cce69f3 (diff) | |
| download | vcpkg-408443118c3386f2d5370b5a30205b505e8adcc3.tar.gz vcpkg-408443118c3386f2d5370b5a30205b505e8adcc3.zip | |
[libunistring] New port (#18997)
* Add port libunistring
* Mark Windows (non-mingw) unsupported
* x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libunistring.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d71a64cb2..f62849406 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3668,6 +3668,10 @@ "baseline": "4.3-0", "port-version": 0 }, + "libunistring": { + "baseline": "0.9.10", + "port-version": 0 + }, "liburing": { "baseline": "2.0", "port-version": 0 diff --git a/versions/l-/libunistring.json b/versions/l-/libunistring.json new file mode 100644 index 000000000..800afe50c --- /dev/null +++ b/versions/l-/libunistring.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "586bf47f6b9ee55aa3eb9ec7c7ff36363e39980b", + "version": "0.9.10", + "port-version": 0 + } + ] +} |
