vcpkg/ports/libsrtp/vcpkg.json
Lily Wang c0efe07140
[libsrtp] Update to 2.5.0 and remove old patch (#33308)
* [libsrtp] Update to 2.5.0 and remove old patch

* update version
2023-08-23 21:40:57 -07:00

18 lines
469 B
JSON

{
"name": "libsrtp",
"version": "2.5.0",
"description": "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.",
"homepage": "https://github.com/cisco/libsrtp/",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}