aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-08-02 16:20:19 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-08-02 16:20:19 -0700
commitd26e890b31c35e3a7ec9d6662f87498d68e02eaf (patch)
tree320effb493bcb002be51fc89a45011bb4e65a7fd
parent6f112cf9611cabbe5641cc6ce0bd13d0144f50be (diff)
downloadvcpkg-d26e890b31c35e3a7ec9d6662f87498d68e02eaf.tar.gz
vcpkg-d26e890b31c35e3a7ec9d6662f87498d68e02eaf.zip
[openexr][ilmbase] Change local archive name. Fixes #1574. Fixes #1575.
-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})