diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-01 23:29:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 14:29:06 -0700 |
| commit | adc1caf8f9cac9c14e184d7e2dc9cebe7af7c02d (patch) | |
| tree | 6f6cfbc49954067bc44e964f5ab7ede9baf0b8c9 /versions | |
| parent | 44fac549c4bbd7592eed8c1f2cf7435265257890 (diff) | |
| download | vcpkg-adc1caf8f9cac9c14e184d7e2dc9cebe7af7c02d.tar.gz vcpkg-adc1caf8f9cac9c14e184d7e2dc9cebe7af7c02d.zip | |
[icu] remove setting triplet (#19620)
* [icu] remove setting triplet
* add version files
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 58ff7af0a..99da61e30 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2586,7 +2586,7 @@ }, "icu": { "baseline": "69.1", - "port-version": 11 + "port-version": 12 }, "ideviceinstaller": { "baseline": "1.1.2.23-1", diff --git a/versions/i-/icu.json b/versions/i-/icu.json index 41fe2dbb8..cf7ef20da 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "02bcc079d00e16237aa0d1af449d7663581a1525", + "version": "69.1", + "port-version": 12 + }, + { "git-tree": "46d639d2e138f9ee3362fd8023f64463ae4e6afa", "version": "69.1", "port-version": 11 |
