mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[libunifex] update to 0.4.0 (#36416)
* [libunifex] update to 0.4.0 * [libunifex] update to 0.4.0
This commit is contained in:
parent
0eaccffc2d
commit
11bed03cc3
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO facebookexperimental/libunifex
|
||||
REF "v${VERSION}"
|
||||
SHA512 91a02d50e45c0458e25bd51c50fb6e98a668298733a3e66e8eb5353b0a5ea78a3656fe83b873e0ea50b26c6a7de572a663160b458c0fb1272ffa8bfd7715d1cc
|
||||
SHA512 9625a248b9ed43f7ac8e3da054020e7c5c71d3da253cfa587ee62eb8a1d4cfee794758b7d28896e4038c1924b204c92be7230c20cf525684e2c304ceaa4a6321
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
fix-compile-error.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libunifex",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Unified Executors",
|
||||
"homepage": "https://github.com/facebookexperimental/libunifex",
|
||||
"dependencies": [
|
||||
|
@ -4989,7 +4989,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libunifex": {
|
||||
"baseline": "0.3.0",
|
||||
"baseline": "0.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libunistring": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e7524481edfefbd5145b3a1d5a4caad55601e714",
|
||||
"version": "0.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c60e3416d322f4e80f25e565190f679c99967931",
|
||||
"version": "0.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user