aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/ilmbase/portfile.cmake2
-rw-r--r--ports/openexr/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ilmbase/portfile.cmake b/ports/ilmbase/portfile.cmake
index 8036413ad..f81423afc 100644
--- a/ports/ilmbase/portfile.cmake
+++ b/ports/ilmbase/portfile.cmake
@@ -9,7 +9,7 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ilmbase-${ILM_VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "http://download.savannah.nongnu.org/releases/openexr/ilmbase-${ILM_VERSION}.tar.gz"
- FILENAME "ilmbase-${ILM_VERSION}.zip"
+ FILENAME "ilmbase-${ILM_VERSION}.tar.gz"
SHA512 ${ILM_HASH})
vcpkg_extract_source_archive(${ARCHIVE})
diff --git a/ports/openexr/portfile.cmake b/ports/openexr/portfile.cmake
index 1bcabc458..e95899bc7 100644
--- a/ports/openexr/portfile.cmake
+++ b/ports/openexr/portfile.cmake
@@ -5,7 +5,7 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/openexr-${OPENEXR_VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "http://download.savannah.nongnu.org/releases/openexr/openexr-${OPENEXR_VERSION}.tar.gz"
- FILENAME "openexr-${OPENEXR_VERSION}.zip"
+ FILENAME "openexr-${OPENEXR_VERSION}.tar.gz"
SHA512 ${OPENEXR_HASH})
vcpkg_extract_source_archive(${ARCHIVE})