aboutsummaryrefslogtreecommitdiff
path: root/ports/freeimage
diff options
context:
space:
mode:
authorQing-Dong Wang <ioadong@126.com>2019-04-26 14:37:20 +0800
committerPhil Christensen <philc@microsoft.com>2019-04-25 23:37:20 -0700
commit0619aaec650861d2a15a91cbbf11e0c626a1cf12 (patch)
tree2aeb418c8f15cc46388c7d49c5c749df8134f9a0 /ports/freeimage
parentd299ad61079bc77c331751623308c7739ff977e3 (diff)
downloadvcpkg-0619aaec650861d2a15a91cbbf11e0c626a1cf12.tar.gz
vcpkg-0619aaec650861d2a15a91cbbf11e0c626a1cf12.zip
[freeglut] fix download URLs (#6035)
Diffstat (limited to 'ports/freeimage')
-rw-r--r--ports/freeimage/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/freeimage/portfile.cmake b/ports/freeimage/portfile.cmake
index 3fea39a0e..f3d9279c3 100644
--- a/ports/freeimage/portfile.cmake
+++ b/ports/freeimage/portfile.cmake
@@ -2,7 +2,7 @@ include(${CMAKE_TRIPLET_FILE})
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/FreeImage)
vcpkg_download_distfile(ARCHIVE
- URLS "http://downloads.sourceforge.net/freeimage/FreeImage3180.zip"
+ URLS "https://sourceforge.net/projects/freeimage/files/Source%20Distribution/3.18.0/FreeImage3180.zip/download"
FILENAME "FreeImage3180.zip"
SHA512 9d9cc7e2d57552c3115e277aeb036e0455204d389026b17a3f513da5be1fd595421655488bb1ec2f76faebed66049119ca55e26e2a6d37024b3fb7ef36ad4818
)