[yoga] Update to 1.19.0 (#20330)

* Update yoga to 1.19.0

* Update CI baseline

* Change version-string to version-semver

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update git-tree hash

* Update yoga.json

* Use version instead of version-semver as yoga doesn't document that they follow semver.

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
chausner 2021-09-28 20:48:38 +02:00 committed by GitHub
parent 042e1db92d
commit 7d7653bcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/yoga
REF 1.18.0
SHA512 dba75bff0fd3b72a3c17a6856253bd14d8af7fbb2832b432118c6ee509f9fe234874969a9cfb56690ec5a2649637a6bf090da5c5f5e8907c1e1e9c09f05977e2
REF v1.19.0
SHA512 B1CB1F23CF9B5DD2491B6883CAF8FB47E264B736C94F6AA6655E9A6F641664B4BCEEB48F74C98B955F0EE02BA2E0AE8E01539A928ABB4B81FAE13ED3B57287CA
HEAD_REF master
PATCHES add-project-declaration.patch
)
@ -40,3 +40,4 @@ endif()
vcpkg_copy_pdbs()
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -1,7 +1,6 @@
{
"name": "yoga",
"version-string": "1.18.0",
"port-version": 2,
"version": "1.19.0",
"description": "Yoga is a cross-platform layout engine which implements Flexbox",
"homepage": "https://github.com/facebook/yoga",
"supports": "!uwp"

View File

@ -7137,8 +7137,8 @@
"port-version": 3
},
"yoga": {
"baseline": "1.18.0",
"port-version": 2
"baseline": "1.19.0",
"port-version": 0
},
"yomm2": {
"baseline": "1.1.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "12751eb94758566f26b621b28dc86fe8b1977a7f",
"version": "1.19.0",
"port-version": 0
},
{
"git-tree": "00f17f608ffc20c70786f750aa66035b0f1f0ca4",
"version-string": "1.18.0",