diff options
| author | Ninetainedo <ninetainedo@gmail.com> | 2016-09-22 22:13:09 +0200 |
|---|---|---|
| committer | Ninetainedo <ninetainedo@gmail.com> | 2016-09-22 22:13:09 +0200 |
| commit | fc2608399580639f54da9e01af6ce7e161e35475 (patch) | |
| tree | 47356b15451f6c8185745d9942923cf4fae02f5f /ports/tiff | |
| parent | 8cee9c6e07556b109fa69c15056ec6764e70ee84 (diff) | |
| download | vcpkg-fc2608399580639f54da9e01af6ce7e161e35475.tar.gz vcpkg-fc2608399580639f54da9e01af6ce7e161e35475.zip | |
Second part of updated portfiles
Diffstat (limited to 'ports/tiff')
| -rw-r--r-- | ports/tiff/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tiff/portfile.cmake b/ports/tiff/portfile.cmake index c01914d87..e6d8d9cc6 100644 --- a/ports/tiff/portfile.cmake +++ b/ports/tiff/portfile.cmake @@ -2,7 +2,7 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE URL "http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz" FILENAME "tiff-4.0.6.tar.gz" - MD5 d1d2e940dea0b5ad435f21f03d96dd72 + SHA512 2c8dbaaaab9f82a7722bfe8cb6fcfcf67472beb692f1b7dafaf322759e7016dad1bc58457c0f03db50aa5bd088fef2b37358fcbc1524e20e9e14a9620373fdf8 ) vcpkg_extract_source_archive(${ARCHIVE}) |
