diff options
| author | Ninetainedo <ninetainedo@gmail.com> | 2016-09-22 21:30:58 +0200 |
|---|---|---|
| committer | Ninetainedo <ninetainedo@gmail.com> | 2016-09-22 21:30:58 +0200 |
| commit | 8cee9c6e07556b109fa69c15056ec6764e70ee84 (patch) | |
| tree | 85c65592484dcbfff9fa1818ab02692672e29b2c /scripts/ports.cmake | |
| parent | 764afd8619f6d236fa56b77de9793120a25c4fb9 (diff) | |
| download | vcpkg-8cee9c6e07556b109fa69c15056ec6764e70ee84.tar.gz vcpkg-8cee9c6e07556b109fa69c15056ec6764e70ee84.zip | |
Replaced everything concerning MD5 with SHA512
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 2 |
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) |
