aboutsummaryrefslogtreecommitdiff
path: root/ports/expat
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-29 13:12:11 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-11-30 12:27:56 -0800
commit26f12d20bbbce9247860f5cb0a14088f91d06970 (patch)
treef59ab60cf8f70233aed0c6ef3e161e420c19ed0c /ports/expat
parent1e8bb55f144a61c68e01cefe1b3c15f58b71cd06 (diff)
downloadvcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.tar.gz
vcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.zip
[many ports] Updates to latest
Diffstat (limited to 'ports/expat')
-rw-r--r--ports/expat/CONTROL2
-rw-r--r--ports/expat/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/expat/CONTROL b/ports/expat/CONTROL
index 450b8e61d..edbcf2326 100644
--- a/ports/expat/CONTROL
+++ b/ports/expat/CONTROL
@@ -1,3 +1,3 @@
Source: expat
-Version: 2.2.4-2
+Version: 2.2.5
Description: XML parser library written in C
diff --git a/ports/expat/portfile.cmake b/ports/expat/portfile.cmake
index 66a714817..a8f320ab3 100644
--- a/ports/expat/portfile.cmake
+++ b/ports/expat/portfile.cmake
@@ -6,8 +6,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libexpat/libexpat
- REF R_2_2_4
- SHA512 64f9deb2f75be70450a60a408ab867d1df800022e29000a31a801d85421178b400ebbf817864d1592ce998ada1012fa25fd896e5f25c6b314851ae62d94b45dc
+ REF R_2_2_5
+ SHA512 61ce2a479521412e0c56c352106c4adfb61a6bedb883921aba3ebccc29311ddd192646ac2c51b41572728d4de6ab4cb60a1dbc71515d742a80a8b59d89ca74d6
HEAD_REF master)
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)