aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidxml-ns
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-21 21:00:24 -0700
committerGitHub <noreply@github.com>2019-05-21 21:00:24 -0700
commit33af90d42af68ef343edb00a69b1e11548a9e2e1 (patch)
treec338f44bd8a960e8eafc52b91f6a1f666a927512 /ports/rapidxml-ns
parente16f9c29a05aa178ce8a476a293723ab92f08f89 (diff)
downloadvcpkg-33af90d42af68ef343edb00a69b1e11548a9e2e1.tar.gz
vcpkg-33af90d42af68ef343edb00a69b1e11548a9e2e1.zip
[many ports] Updates 2019.05.19 (#6524)
Diffstat (limited to 'ports/rapidxml-ns')
-rw-r--r--ports/rapidxml-ns/CONTROL2
-rw-r--r--ports/rapidxml-ns/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/rapidxml-ns/CONTROL b/ports/rapidxml-ns/CONTROL
index 1dd1ed546..f932481e1 100644
--- a/ports/rapidxml-ns/CONTROL
+++ b/ports/rapidxml-ns/CONTROL
@@ -1,3 +1,3 @@
Source: rapidxml-ns
-Version: 1.13-04674e3
+Version: 1.13.2
Description: RapidXML with added XML namespaces support.
diff --git a/ports/rapidxml-ns/portfile.cmake b/ports/rapidxml-ns/portfile.cmake
index c38d6c4ec..d51fa0312 100644
--- a/ports/rapidxml-ns/portfile.cmake
+++ b/ports/rapidxml-ns/portfile.cmake
@@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO svgpp/rapidxml_ns
- REF 04674e33e3bbfeee05875a29a36734667c0f3cfd
- SHA512 c82d55ca7ec358427f811689604ba02582de9d7f57d0caa3a96e2c36b9f3751e9acefc6f84348e6c619dacca31880f279bf9d9959f8eff251f3d3276c836bcd2
+ REF v1.13.2
+ SHA512 72cdd7e728471e8903ce64470f5172abe7f2300d4d115b3a27b4d4ffb3c20e59aefb9b23c535e37baa3f53c9125aa2932d6fa9ba24e658151e1c9b12f959523a
HEAD_REF master
)