diff options
| author | Rodrigo Hernandez Cordoba <kwizatz@aeongames.com> | 2021-04-19 18:15:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 17:15:39 -0700 |
| commit | 66ce4e9277f113bda4a83e76a9c612deddc7634c (patch) | |
| tree | 088ab2b9e9b2faf43ea6ac7af2c4da14d03bfb1b /versions | |
| parent | 465022c4bdfabf0cb80ddfda3d8f4c184e4a9d3c (diff) | |
| download | vcpkg-66ce4e9277f113bda4a83e76a9c612deddc7634c.tar.gz vcpkg-66ce4e9277f113bda4a83e76a9c612deddc7634c.zip | |
[V8, icu] Update v8 to version 9.0.257.17, icu to 69.1 (#16077)
This change also includes a change to use the
Windows SDK as reported by the WinSDK ENV variable.
v8 9.0257.17 requires ICU to be version 68.x or up.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/i-/icu.json | 5 | ||||
| -rw-r--r-- | versions/v-/v8.json | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d95e74153..cc6c8e9b7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2493,7 +2493,7 @@ "port-version": 0 }, "icu": { - "baseline": "67.1", + "baseline": "69.1", "port-version": 8 }, "ideviceinstaller": { @@ -6257,7 +6257,7 @@ "port-version": 1 }, "v8": { - "baseline": "8.6.395.17", + "baseline": "9.0.257.17", "port-version": 0 }, "valijson": { diff --git a/versions/i-/icu.json b/versions/i-/icu.json index d91bfed13..d519ccf77 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c918e5cfffd2c55c740dd69ef3f5eb36c1e17806", + "version-string": "69.1", + "port-version": 8 + }, + { "git-tree": "db2977707d68a8c04e0960b0965722f8e5bfda20", "version-string": "67.1", "port-version": 8 diff --git a/versions/v-/v8.json b/versions/v-/v8.json index 827273bc2..b74a8df5c 100644 --- a/versions/v-/v8.json +++ b/versions/v-/v8.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6c755ec3da82205827403e58b0dbaa1549334a3a", + "version-string": "9.0.257.17", + "port-version": 0 + }, + { "git-tree": "06594ed228d75261805f473207a1db1757f974fe", "version-string": "8.6.395.17", "port-version": 0 |
