diff options
| author | Adam <adam-bloom@users.noreply.github.com> | 2021-09-03 17:42:38 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 16:42:38 -0700 |
| commit | aed3b48635aad5b0e13a45acfb58c232648e46dd (patch) | |
| tree | 5161bd7d4ee339a779a974cbb4828075871803c5 /versions | |
| parent | 960264885a52c1fb5e954ab30ccc02ccccf366d8 (diff) | |
| download | vcpkg-aed3b48635aad5b0e13a45acfb58c232648e46dd.tar.gz vcpkg-aed3b48635aad5b0e13a45acfb58c232648e46dd.zip | |
[icu] fixes for macOS dynamic lib install (#19441)
* fixes for macOS dynamic lib install
* bump port version
* remove mingw change
* move install outside of conditional
* update portfile hash
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/icu.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 08cd9a94d..552719363 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2590,7 +2590,7 @@ }, "icu": { "baseline": "69.1", - "port-version": 12 + "port-version": 13 }, "ideviceinstaller": { "baseline": "1.1.2.23-1", diff --git a/versions/i-/icu.json b/versions/i-/icu.json index cf7ef20da..cd747442b 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d8c36cdfe8059aadefd80b2d5800a5d9f3494cd6", + "version": "69.1", + "port-version": 13 + }, + { "git-tree": "02bcc079d00e16237aa0d1af449d7663581a1525", "version": "69.1", "port-version": 12 |
