Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libunifex] Update to 2021-11-06 #21483

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/libunifex/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebookexperimental/libunifex
REF e36b43834329acc75f99910316d3ecec15c0f665
SHA512 58f738b49d18982fd3916500c78e8090a266738ec4a8ba416b004fa2c7db718db5ce0e27f5e4e22eaddcc27c8d1618bcb2bc080eee1a31d98543e2595ccc1135
REF 070435602799b3bbbf0eb9d1973e422462c85726
SHA512 e7599cb36db455f1d89c9a26b9f9ccdaa9060a9b2cc841023df3cdbe69b46c8c393fa648b846e6d8f4f2bef0de76c8e3a8d32971ba5e1dc34b4ce09995444c09
HEAD_REF master
PATCHES
fix-install.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/libunifex/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libunifex",
"version-date": "2021-08-01",
"port-version": 1,
"version-date": "2021-11-06",
"description": "Unified Executors",
"homepage": "https://github.com/facebookexperimental/libunifex",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3973,7 +3973,7 @@
"port-version": 1
},
"libunifex": {
"baseline": "2021-08-01",
"baseline": "2021-11-06",
"port-version": 1
},
"libunistring": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libunifex.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cbcfbaf64f316e802c5e84a3a71ecdd390979abb",
"version-date": "2021-11-06",
"port-version": 1
},
zeyangl marked this conversation as resolved.
Show resolved Hide resolved
{
"git-tree": "7c98590771b98cb8c31e49867e78983853307a1f",
"version-date": "2021-08-01",
Expand Down