vcpkg/ports/luasec/vcpkg.json
Stephen E. Baker 9342b6217b
[luasec] Bump version to 1.3.1 (#31079)
* [luasec] Bump version to 1.3.1

* vcpkg x-add-version luasec
2023-04-24 14:26:19 -07:00

23 lines
566 B
JSON

{
"name": "luasec",
"version": "1.3.1",
"maintainers": "Stephen Baker <baker.stephen.e@gmail.com>",
"description": "LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.",
"homepage": "https://github.com/brunoos/luasec",
"license": "MIT",
"supports": "!(windows & static)",
"dependencies": [
"lua",
"luasocket",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}