aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt
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 /ports/fmt
parent764afd8619f6d236fa56b77de9793120a25c4fb9 (diff)
downloadvcpkg-8cee9c6e07556b109fa69c15056ec6764e70ee84.tar.gz
vcpkg-8cee9c6e07556b109fa69c15056ec6764e70ee84.zip
Replaced everything concerning MD5 with SHA512
Diffstat (limited to 'ports/fmt')
-rw-r--r--ports/fmt/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake
index 9cf5ed4be..74cdd60be 100644
--- a/ports/fmt/portfile.cmake
+++ b/ports/fmt/portfile.cmake
@@ -3,7 +3,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE_FILE
URL "https://github.com/fmtlib/fmt/archive/3.0.0.tar.gz"
FILENAME "fmt-3.0.0.tar.gz"
- MD5 deeac02aa6d00d6d04502087fdf88b6f
+ SHA512 20c9b1ffe8b46cb5d22015122fc698a75ad854709d3de1a1316b6040d86f54bada4e6d7263f2f1fd94cb13ac37ee9447c162c6aec3f3af650455e8a8a9804871
)
vcpkg_extract_source_archive(${ARCHIVE_FILE})