From 55ed8a0131e2bd970ffc1b70b5c6bd952eb10345 Mon Sep 17 00:00:00 2001 From: Youngho Kim Date: Wed, 14 Feb 2018 13:52:02 +0900 Subject: modify pthread download url modify pthread download url --- ports/pthreads/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/pthreads/portfile.cmake b/ports/pthreads/portfile.cmake index 2f540316e..fa7d4a326 100644 --- a/ports/pthreads/portfile.cmake +++ b/ports/pthreads/portfile.cmake @@ -5,7 +5,7 @@ endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/pthreads-w32-2-9-1-release) vcpkg_download_distfile(ARCHIVE - URLS "ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.tar.gz" + URLS "https://www.mirrorservice.org/sites/sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.tar.gz" FILENAME "pthreads-w32-2-9-1-release.tar.gz" SHA512 9c06e85310766834370c3dceb83faafd397da18a32411ca7645c8eb6b9495fea54ca2872f4a3e8d83cb5fdc5dea7f3f0464be5bb9af3222a6534574a184bd551 ) -- cgit v1.2.3