vcpkg/ports/baresip-libre/vcpkg.json
Alfred E. Heggestad 76b8477834
[baresip-libre] update to version 3.9.0 (#36487)
* [baresip-libre] update to 3.9.0

* bump version
2024-01-31 14:02:24 -08:00

21 lines
417 B
JSON

{
"name": "baresip-libre",
"version": "3.9.0",
"description": "Generic library for real-time communications with async IO support",
"homepage": "https://github.com/baresip/re",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}