[pugixml] Update library to 1.10 (#8297)

This commit is contained in:
Ehsan 2019-09-23 21:09:12 +03:30 committed by Phil Christensen
parent 7514946910
commit 498a9b758e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: pugixml
Version: 1.9-3
Version: 1.10
Homepage: https://github.com/zeux/pugixml
Description: C++ XML processing library

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeux/pugixml
REF v1.9
SHA512 f97941941d98a1a056087edc0dde6376bf2cc12ce4523b67a2f2ec5ae0895c2a2e55da32fcca6a997f1a0d918c5f39564167da0a07ce0d7da92880ad8631c31e
REF v1.10
SHA512 0634053d4f757b9293997763bb2e51595197c192f3974e954975d6d6ff91e4a6cb7c194efa530e0eef1a2a93db16592c5630010b6482430dff5ffc6879e84b6a
HEAD_REF master
)