mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[pugixml] Update to 1.11.4 (#15207)
* [pugixml] Update to 1.11.4 * update version * Update ci.baseline.txt Add paraview:x64-linux=fail Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
7f400c423c
commit
b063d0cee7
@ -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
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
@ -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
|
||||
|
@ -4705,7 +4705,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pugixml": {
|
||||
"baseline": "1.11.1",
|
||||
"baseline": "1.11.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"pybind11": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "64fda47a7f4dd9fc10c60169c4f5e0b069481199",
|
||||
"version-string": "1.11.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3c0bf3af0be3a7df2f1ee8f65223b6fc49947b35",
|
||||
"version-string": "1.11.1",
|
||||
|
Loading…
Reference in New Issue
Block a user