aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidjson
diff options
context:
space:
mode:
authorNinetainedo <ninetainedo@gmail.com>2016-09-22 22:13:09 +0200
committerNinetainedo <ninetainedo@gmail.com>2016-09-22 22:13:09 +0200
commitfc2608399580639f54da9e01af6ce7e161e35475 (patch)
tree47356b15451f6c8185745d9942923cf4fae02f5f /ports/rapidjson
parent8cee9c6e07556b109fa69c15056ec6764e70ee84 (diff)
downloadvcpkg-fc2608399580639f54da9e01af6ce7e161e35475.tar.gz
vcpkg-fc2608399580639f54da9e01af6ce7e161e35475.zip
Second part of updated portfiles
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})