Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pugixml] Update to 1.11.1 #14813

Merged
merged 6 commits into from
Dec 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ports/pugixml/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Source: pugixml
Version: 1.10
Port-Version: 2
Version: 1.11.1
Homepage: https://github.com/zeux/pugixml
Description: C++ XML processing library
Description: Light-weight, simple and fast XML parser for C++ with XPath support
5 changes: 2 additions & 3 deletions ports/pugixml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeux/pugixml
REF v1.10
SHA512 0634053d4f757b9293997763bb2e51595197c192f3974e954975d6d6ff91e4a6cb7c194efa530e0eef1a2a93db16592c5630010b6482430dff5ffc6879e84b6a
REF v1.11.1
SHA512 94a79a28d96e763cdd8951c4d0b20aefb43cd1b32cbf5a5354b09f2636710e960e2dbfa56534b61c8d6ddecb2126a006e5f485c1465a97376e1cc077df25f16e
HEAD_REF master
PATCHES pugixml-v1.10_fix_debug_pkgconfig.patch # Upstream: https://github.com/zeux/pugixml/pull/363
)

vcpkg_configure_cmake(
Expand Down
31 changes: 0 additions & 31 deletions ports/pugixml/pugixml-v1.10_fix_debug_pkgconfig.patch

This file was deleted.