aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidjson
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/rapidjson
parentdb3713779cc0aa0e9d80fa0d4e2bd4b3e0c4eaf0 (diff)
parent257e134ecfc2d40b311ab066e0597d62250d3c8a (diff)
downloadvcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.tar.gz
vcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.zip
Merge branch 'Ninetainedo-Use-SHA512-instead-of-MD5'
Diffstat (limited to 'ports/rapidjson')
-rw-r--r--ports/rapidjson/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rapidjson/portfile.cmake b/ports/rapidjson/portfile.cmake
index fdc3aaaf4..3440428f0 100644
--- a/ports/rapidjson/portfile.cmake
+++ b/ports/rapidjson/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
URL "https://github.com/miloyip/rapidjson/archive/879def80f2e466cdf4c86dc7e53ea2dd4cafaea0.zip"
FILENAME "rapidjson-879def80f2e466cdf4c86dc7e53ea2dd4cafaea0.zip"
- MD5 5394c3bc23177b000e1992fb989edc53
+ SHA512 4d9ef7cce7d179344c33245c081a142ca5fcb2a0cc170ed39e3d0add008efab8e7389feec03e1ea83b30c5778cd0600865b08bc1c23592e5154dbe1f21f9547d
)
vcpkg_extract_source_archive(${ARCHIVE})