Updated newly added portfiles to use SHA512

Updated doctest
Updated mpir
This commit is contained in:
Ninetainedo 2016-09-22 22:20:40 +02:00
parent cbd2f0ec0f
commit 257e134ecf
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
URL "https://github.com/onqtam/doctest/archive/1.1.0.zip"
FILENAME "doctest-1.1.0.zip"
MD5 4aee74025b34b4a00a253b6262bdeeb1
SHA512 3cbdbb82d2dceff5a34aaed45222832c5767f21b64b271c41c2da7bae1f9e364a60758a8b6ce64285999afc30dd76de980e287663fa3119d0bcc1d2b45514e0b
)
vcpkg_extract_source_archive(${ARCHIVE})

View File

@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE_FILE
URL "http://mpir.org/mpir-2.7.2.tar.lz"
FILENAME "mpir-2.7.2.tar.lz"
MD5 2d47419dac50cc4a89c8c23421e66db1
SHA512 2635c167ddbba99364ec741373768e0675d34f94fad8912d5433b95e6fbfdb0510f5e94a707acc42048254bc658c52c6671bb0c0dac31267c4b82b00c3e74efa
)
vcpkg_extract_source_archive(${ARCHIVE_FILE})