vcpkg/ports/7zip/vcpkg.json
JonLiu1993 37eb76785b
[7-Zip] update to 22.01 (#27995)
* [7-Zip] update to 22.01

* update evrsion

* update portfile.cmake

* udpate version
2022-11-28 10:50:19 -08:00

19 lines
376 B
JSON

{
"name": "7zip",
"version-string": "22.01",
"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
}
]
}