vcpkg/ports/libhv/vcpkg.json
endingly 9dacc3bc01
[libhv] Update version (#32959)
* update libhv version to 1.3.1

* update vcpkg version information

* modify SHA512 value

* modify vcpkg version information

* delete patch file

* modify vcpkg version information

* Update ports/libhv/vcpkg.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* revert version

* update version baseline

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Frank <1433351828@qq.com>
2023-08-04 06:45:20 -07:00

27 lines
513 B
JSON

{
"name": "libhv",
"version": "1.3.1",
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssl": {
"description": "with openssl library",
"dependencies": [
"openssl"
]
}
}
}