aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyxml2
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/tinyxml2
parentdb3713779cc0aa0e9d80fa0d4e2bd4b3e0c4eaf0 (diff)
parent257e134ecfc2d40b311ab066e0597d62250d3c8a (diff)
downloadvcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.tar.gz
vcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.zip
Merge branch 'Ninetainedo-Use-SHA512-instead-of-MD5'
Diffstat (limited to 'ports/tinyxml2')
-rw-r--r--ports/tinyxml2/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tinyxml2/portfile.cmake b/ports/tinyxml2/portfile.cmake
index 56c86d82a..4611ee94c 100644
--- a/ports/tinyxml2/portfile.cmake
+++ b/ports/tinyxml2/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
URL "https://github.com/leethomason/tinyxml2/archive/3.0.0.zip"
FILENAME "tinyxml2-3.0.0.zip"
- MD5 851ffc79097239cdc03a952094ddf437
+ SHA512 3581e086e41ea01418fdf74e53b932c41cada9a45b73fb71c15424672182dc2a1e55110f030962ae44df6f5d9f060478c5b04373f886da843a78fcabae8b063c
)
vcpkg_extract_source_archive(${ARCHIVE})