[pugixml] Update to 1.14 (#34374)

This commit is contained in:
Lily Wang 2023-10-10 14:59:58 -07:00 committed by GitHub
parent 11dd63f957
commit 1c29631c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeux/pugixml
REF a0e064336317c9347a91224112af9933598714e9 #v1.13.0
SHA512 9fe2285215520b6ac5f832d457bdfedcf183787a7058bb970a20ea7ca111e1afd864f5b90a4810c79470afefc55c0199febf04d1600634c1ffdbbe000ef6e1df
REF "v${VERSION}"
SHA512 730d203829eb24d6e1c873f9b921ae97cf7a157fd45504151bc2e61adea5c536eaf33ff38c5ad61629b54a6686135ff1834a61102b4660fbb9ead4ecf20dfd34
HEAD_REF master
)
@ -14,9 +14,9 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/pugixml)
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

View File

@ -1,6 +1,6 @@
{
"name": "pugixml",
"version": "1.13.0",
"version": "1.14",
"description": "Light-weight, simple and fast XML parser for C++ with XPath support",
"homepage": "https://github.com/zeux/pugixml",
"license": "MIT",

View File

@ -6681,7 +6681,7 @@
"port-version": 0
},
"pugixml": {
"baseline": "1.13.0",
"baseline": "1.14",
"port-version": 0
},
"pulzed-mini": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6e38344aea6e7529afde3895e0885ed5cb0c0542",
"version": "1.14",
"port-version": 0
},
{
"git-tree": "4547c4ff9371f06f34f087f2989f884ab3ef7b71",
"version": "1.13.0",