From 25bdfda6f64e092d7d1cb78a16346b6531b8f2b9 Mon Sep 17 00:00:00 2001 From: icedream2linxi Date: Fri, 10 Aug 2018 13:04:51 +0800 Subject: [PATCH] [asio] fixed download url The original URL is not all accessible. --- ports/asio/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/asio/portfile.cmake b/ports/asio/portfile.cmake index 8f10836555a97e..279f2c60907354 100644 --- a/ports/asio/portfile.cmake +++ b/ports/asio/portfile.cmake @@ -3,7 +3,7 @@ include(vcpkg_common_functions) vcpkg_download_distfile( ARCHIVE_FILE - URLS "https://netix.dl.sourceforge.net/project/asio/asio/1.12.1%20%28Stable%29/asio-1.12.1.zip" + URLS "https://sourceforge.net/projects/asio/files/asio/1.12.1%20%28Stable%29/asio-1.12.1.zip/download" FILENAME "asio-1.12.1.zip" SHA512 f35a519cde88824f65bde095c19d69449d0779e75da9e9ebb6a04f4847802213e8730715756a21632c4d27722cd5568ff7878d656ac79165a8bdf8652fbc1bd8 )