aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-08-18 12:16:39 -0700
committerGitHub <noreply@github.com>2020-08-18 12:16:39 -0700
commitbc8807963282a6b01f0e7ba94b732c5ec028d6a1 (patch)
treec9030dd0b438fcb6f4ddc02294f577b3a271e3e4 /ports
parent739209b51aaa125a41919f23206c110e79023ce8 (diff)
downloadvcpkg-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.cmake2
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
)