Skip to content

Commit

Permalink
[asio] fixed download url (microsoft#4050)
Browse files Browse the repository at this point in the history
The original URL is not all accessible.
  • Loading branch information
icedream2linxi authored and Kwizatz committed Aug 26, 2018
1 parent f1ae9da commit 42af2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/asio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 42af2c2

Please sign in to comment.