Skip to content
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
2 changes: 1 addition & 1 deletion ports/pugixml/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: pugixml
Version: 1.11.1
Version: 1.11.4
Homepage: https://github.com/zeux/pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support
4 changes: 2 additions & 2 deletions ports/pugixml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeux/pugixml
REF v1.11.1
SHA512 94a79a28d96e763cdd8951c4d0b20aefb43cd1b32cbf5a5354b09f2636710e960e2dbfa56534b61c8d6ddecb2126a006e5f485c1465a97376e1cc077df25f16e
REF v1.11.4
SHA512 a1fdf4cbd744318fd339362465472279767777b18a3c8c7e8618d5e637213c632bf9dd8144d16ae22a75cfbde007f383e2feb49084e681c930fc89a2e3f2bc4f
HEAD_REF master
)

Expand Down
1 change: 1 addition & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ paho-mqtt:arm-uwp=fail
paho-mqtt:x64-uwp=fail
pangomm:x64-osx=fail
pangomm:arm64-windows=fail
paraview:x64-linux=fail
parmetis:x64-linux=fail
parmetis:x64-osx=fail
pdal:x64-linux=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4701,7 +4701,7 @@
"port-version": 0
},
"pugixml": {
"baseline": "1.11.1",
"baseline": "1.11.4",
"port-version": 0
},
"pybind11": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pugixml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "64fda47a7f4dd9fc10c60169c4f5e0b069481199",
"version-string": "1.11.4",
"port-version": 0
},
{
"git-tree": "3c0bf3af0be3a7df2f1ee8f65223b6fc49947b35",
"version-string": "1.11.1",
Expand Down