aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidxml
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-09-22 13:36:29 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-09-22 13:36:29 -0700
commit51650593081da64846a6b4c5bd8d7975e58e0033 (patch)
tree10d0abf3a1d1c830601dc02955e330303dd17f25 /ports/rapidxml
parentdb3713779cc0aa0e9d80fa0d4e2bd4b3e0c4eaf0 (diff)
parent257e134ecfc2d40b311ab066e0597d62250d3c8a (diff)
downloadvcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.tar.gz
vcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.zip
Merge branch 'Ninetainedo-Use-SHA512-instead-of-MD5'
Diffstat (limited to 'ports/rapidxml')
-rw-r--r--ports/rapidxml/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rapidxml/portfile.cmake b/ports/rapidxml/portfile.cmake
index 03422aa1d..7cd885b7d 100644
--- a/ports/rapidxml/portfile.cmake
+++ b/ports/rapidxml/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
URL "https://sourceforge.net/projects/rapidxml/files/rapidxml/rapidxml%201.13/rapidxml-1.13.zip/download"
FILENAME "rapidxml-1.13.zip"
- MD5 7b4b42c9331c90aded23bb55dc725d6a
+ SHA512 6c10583e6631ccdb0217d0a5381172cb4c1046226de6ef1acf398d85e81d145228e14c3016aefcd7b70a1db8631505b048d8b4f5d4b0dbf1811d2482eefdd265
)
vcpkg_extract_source_archive(${ARCHIVE})