aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets
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/libwebsockets
parentdb3713779cc0aa0e9d80fa0d4e2bd4b3e0c4eaf0 (diff)
parent257e134ecfc2d40b311ab066e0597d62250d3c8a (diff)
downloadvcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.tar.gz
vcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.zip
Merge branch 'Ninetainedo-Use-SHA512-instead-of-MD5'
Diffstat (limited to 'ports/libwebsockets')
-rw-r--r--ports/libwebsockets/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake
index 5aa1e3ff5..ba95019e3 100644
--- a/ports/libwebsockets/portfile.cmake
+++ b/ports/libwebsockets/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
URL "https://github.com/warmcat/libwebsockets/archive/v2.0.0.zip"
FILENAME "libwebsockets-v2.0.0.zip"
- MD5 1947a1887dda5b5f9624048f4b6b1507
+ SHA512 bf57a46f2c60095e7e6ec6656b185ffd2cf8f553bc22255ae8f6825d3613316d794f139cdefacbdf60ef997b0cd675fe356813d406c9b7c5a5ae838ce5326042
)
vcpkg_extract_source_archive(${ARCHIVE})