vcpkg/ports/liblzma/vcpkg.json
Lily Wang a487471068
[liblzma] Update to 5.4.3 (#31603)
* [liblzma] Update to 5.4.3

* update version

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-06-13 23:03:20 -07:00

24 lines
450 B
JSON

{
"name": "liblzma",
"version": "5.4.3",
"description": "Compression library with an API similar to that of zlib.",
"homepage": "https://tukaani.org/xz/",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows, mingw"
}
}
}