mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[libcap] Update to 2.70 (#40600)
This commit is contained in:
parent
3b94582375
commit
84cd873d80
@ -2,7 +2,7 @@ vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${VERSION}.tar.xz"
|
||||
"https://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${VERSION}.tar.xz"
|
||||
FILENAME "libcap-${VERSION}.tar.xz"
|
||||
SHA512 647c307dc451517da9d089495ab959b4a6fbbe41c79f4e1e9bb663569dad630ead0c2e413dfb393319e3ea14dc9848c81b392107fe3382ce1813d278c3394a7f
|
||||
SHA512 4e0bf0efeccb654c409afe9727b2b53c1d4da8190d7a0a9848fc52550ff3e13502add3eacde04a68a5b7bec09e91df487f64c5746ba987f873236a9e53b3d4e8
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(SOURCE_PATH
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libcap",
|
||||
"version": "2.69",
|
||||
"port-version": 5,
|
||||
"version": "2.70",
|
||||
"description": "A library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.",
|
||||
"homepage": "https://sites.google.com/site/fullycapable/",
|
||||
"license": "BSD-3-Clause OR GPL-2.0-only",
|
||||
|
@ -4289,8 +4289,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"libcap": {
|
||||
"baseline": "2.69",
|
||||
"port-version": 5
|
||||
"baseline": "2.70",
|
||||
"port-version": 0
|
||||
},
|
||||
"libcbor": {
|
||||
"baseline": "0.11.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c7a0cc03982a375c59205880aea11305d37464c0",
|
||||
"version": "2.70",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1",
|
||||
"version": "2.69",
|
||||
|
Loading…
Reference in New Issue
Block a user