Skip to content

Commit

Permalink
[yoga] Update to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Mar 16, 2024
1 parent cf4ebef commit c3ef891
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ports/yoga/disable_tests.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4f8535c..4e6f6914 100644
index 55f1a6df..c8c15c30 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ set(CMAKE_VERBOSE_MAKEFILE on)
Expand All @@ -9,5 +9,5 @@ index e4f8535c..4e6f6914 100644
-add_subdirectory(tests)
+# add_subdirectory(tests)

# cmake install config
include(GNUInstallDirs)
option(BUILD_FUZZ_TESTS "Build fuzz tests" OFF)

2 changes: 1 addition & 1 deletion ports/yoga/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/yoga
REF "v${VERSION}"
SHA512 54ec9d4cee822d7480bb10f973769b3bc4c408720bfbaf9b8247747ae64ca75dca62b2d53dd4cb29addc9ec99d135d090c0e3e831108ac36e34863bf814448eb
SHA512 3831e467428a54d256b75aa9fa86830b9ceb124eb6e16d817affa72b6093c768c7763e1d13bcdc3b332e4354df4367f88289ecd533790d89ccd90cef206563f8
HEAD_REF master
PATCHES
disable_tests.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/yoga/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "yoga",
"version": "2.0.1",
"port-version": 1,
"version": "3.0.2",
"description": "Yoga is a cross-platform layout engine which implements Flexbox",
"homepage": "https://github.com/facebook/yoga",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9521,8 +9521,8 @@
"port-version": 0
},
"yoga": {
"baseline": "2.0.1",
"port-version": 1
"baseline": "3.0.2",
"port-version": 0
},
"yomm2": {
"baseline": "1.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yoga.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be1192567872f981e847d21819c5ec44edc2b43f",
"version": "3.0.2",
"port-version": 0
},
{
"git-tree": "216e97a199e84fb6894035fb5682e54a72f11744",
"version": "2.0.1",
Expand Down

0 comments on commit c3ef891

Please sign in to comment.