mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:22:52 +08:00
[c-ares] update to 1.26.0 (#36577)
* [c-ares] update to 1.26.0 * [c-ares] update to 1.26.0 * add more space
This commit is contained in:
parent
4f6e298c30
commit
e57e93a24f
@ -7,7 +7,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO c-ares/c-ares
|
||||
REF "cares-${_c_ares_version_major}_${_c_ares_version_minor}_${_c_ares_version_patch}"
|
||||
SHA512 a99ca6066490ef31b37f6be12f9fa1d7599c3736c04c8df50a4a0d2e489c99c1c776028fcfec4e6029c8aa5845f3bede364cceb39cd95b2689305d23277bdd8d
|
||||
SHA512 1ff8d35cc0e022a0478149ca80a0a1f80b2c8d04e108b6cb9912ecc8c391017b6443129b9b52c2cf82b21ef338de0c80d89c92c6d7f95fe1f9c42575ed1a3919
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
avoid-docs.patch
|
||||
@ -36,7 +36,7 @@ vcpkg_fixup_pkgconfig()
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
vcpkg_replace_string(
|
||||
"${CURRENT_PACKAGES_DIR}/include/ares.h"
|
||||
"#ifdef CARES_STATICLIB" "#if 1"
|
||||
"# ifdef CARES_STATICLIB" "#if 1"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "c-ares",
|
||||
"version-semver": "1.25.0",
|
||||
"version-semver": "1.26.0",
|
||||
"description": "A C library for asynchronous DNS requests",
|
||||
"homepage": "https://github.com/c-ares/c-ares",
|
||||
"license": "MIT-CMU",
|
||||
|
@ -1405,7 +1405,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"c-ares": {
|
||||
"baseline": "1.25.0",
|
||||
"baseline": "1.26.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"c-dbg-macro": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2c98426c40efeeefe1eadb00c943dc80f72e9f99",
|
||||
"version-semver": "1.26.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "79f168b5491191bf701a2683c2352c67d664e99a",
|
||||
"version-semver": "1.25.0",
|
||||
|
Loading…
Reference in New Issue
Block a user