vcpkg/ports/xmlsec/vcpkg.json
SvenPStarFinanz b121bba26a
[xmlsec]Update to 1.2.32 (#18199)
* Updating xmlsec to 1.2.32. Removing the need for patching the UWP build.

* x-add-version for xmlsec

* Using correct version string in vcpkg.json.
Fixing bug on Windows build, xmlsec persists on lib prefix for the dll file.

* Updating to latest commit.
2021-06-03 12:42:49 -07:00

11 lines
274 B
JSON

{
"name": "xmlsec",
"version": "1.2.32",
"description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.",
"homepage": "https://www.aleksey.com/xmlsec/",
"dependencies": [
"libxml2",
"openssl"
]
}