vcpkg/ports/boringssl/vcpkg.json
Henrik Gaßmann 0ec1f2cf88
[boringssl] Update port to 2023-09-25 (#34021)
* [boringssl] Update port to 2023-04-20

* [boringssl] Update port to 2023-09-25

---------

Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-09-28 23:21:24 -07:00

18 lines
366 B
JSON

{
"name": "boringssl",
"version-date": "2023-09-25",
"description": "BoringSSL is a fork of OpenSSL developed by Google",
"homepage": "https://boringssl.googlesource.com/boringssl",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}