aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authorNinetainedo <ninetainedo@gmail.com>2016-09-22 21:30:58 +0200
committerNinetainedo <ninetainedo@gmail.com>2016-09-22 21:30:58 +0200
commit8cee9c6e07556b109fa69c15056ec6764e70ee84 (patch)
tree85c65592484dcbfff9fa1818ab02692672e29b2c /scripts/ports.cmake
parent764afd8619f6d236fa56b77de9793120a25c4fb9 (diff)
downloadvcpkg-8cee9c6e07556b109fa69c15056ec6764e70ee84.tar.gz
vcpkg-8cee9c6e07556b109fa69c15056ec6764e70ee84.zip
Replaced everything concerning MD5 with SHA512
Diffstat (limited to 'scripts/ports.cmake')
-rw-r--r--scripts/ports.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake
index 6a744a0b6..eeb7b254c 100644
--- a/scripts/ports.cmake
+++ b/scripts/ports.cmake
@@ -56,7 +56,7 @@ if(CMD MATCHES "^SCAFFOLD$")
message(FATAL_ERROR "Error downloading file: ${error_code}")
endif()
endif()
- file(MD5 ${DOWNLOADS}/${FILENAME} MD5)
+ file(SHA512 ${DOWNLOADS}/${FILENAME} SHA512)
file(MAKE_DIRECTORY ports/${PORT})
configure_file(scripts/templates/portfile.in.cmake ports/${PORT}/portfile.cmake @ONLY)