vcpkg/ports/s2n/vcpkg.json
Ahmed Yarub Hani Al Nuaimi 7a6855abec
[s2n] Update s2n's version to 1.3.5 (#22833)
* Update s2n's version

* Update s2n's version

* Update s2n

* Update s2n's patch

* Update s2n's patch

* Update ports/s2n/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update s2n's version

* Update s2n's version

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update versions

* Update to 1.3.5

* Update to 1.3.5

* Update to 1.3.5

* Update to 1.3.5

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2022-02-07 19:09:48 -08:00

24 lines
445 B
JSON

{
"name": "s2n",
"version": "1.3.5",
"description": "C99 implementation of the TLS/SSL protocols.",
"homepage": "https://github.com/aws/s2n-tls",
"supports": "!uwp & !windows",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tests": {
"description": "Build and run the tests"
}
}
}