diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-08-18 12:16:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 12:16:39 -0700 |
| commit | bc8807963282a6b01f0e7ba94b732c5ec028d6a1 (patch) | |
| tree | c9030dd0b438fcb6f4ddc02294f577b3a271e3e4 /ports | |
| parent | 739209b51aaa125a41919f23206c110e79023ce8 (diff) | |
| download | vcpkg-bc8807963282a6b01f0e7ba94b732c5ec028d6a1.tar.gz vcpkg-bc8807963282a6b01f0e7ba94b732c5ec028d6a1.zip | |
[vcpkg_find_acquire_program] Enable find_acquire(PKGCONFIG) (#12626)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/geogram/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/geogram/portfile.cmake b/ports/geogram/portfile.cmake index 9aee74e6f..b4b559433 100644 --- a/ports/geogram/portfile.cmake +++ b/ports/geogram/portfile.cmake @@ -2,7 +2,7 @@ set(GEOGRAM_VERSION 1.7.5) vcpkg_download_distfile(ARCHIVE URLS "https://gforge.inria.fr/frs/download.php/file/38314/geogram_${GEOGRAM_VERSION}.tar.gz" - FILENAME "geogram_${GEOGRAM_VERSION}.tar.gz" + FILENAME "geogram_${GEOGRAM_VERSION}_47dcbb8.tar.gz" SHA512 47dcbb8a5c4e5f791feb8d9b209b04b575b0757e8b89de09c82ef2324a36d4056a1f3001537038c8a752045b0e6b6eedf5421ad49132214c0f60163ff095c36f ) |
