vcpkg/ports/7zip/vcpkg.json
JonLiu1993 4927109528
[7-Zip] update to 22.00 (#25388)
* [7-Zip] update to 22.00

* update version

* change version

* update version
2022-07-05 15:54:43 -07:00

19 lines
368 B
JSON

{
"name": "7zip",
"version": "22.0",
"description": "Library for archiving file with a high compression ratio.",
"homepage": "https://www.7-zip.org",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}