mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:59:07 +08:00
34742e119f
Fix mismatch, update port download `URLS` from commit `2.68` [3c7dda](https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?h=libcap-2.69&id=3c7dda330bd9a154bb5b878d31fd591e4951fe17) to tag `2.69`. Close #37851, #37875
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"name": "libcap",
|
|
"version": "2.69",
|
|
"port-version": 4,
|
|
"description": "A library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.",
|
|
"homepage": "https://git.kernel.org/pub/scm/libs/libcap/libcap.git",
|
|
"license": "BSD-3-Clause OR GPL-2.0-only",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "libcap",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|