diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-26 13:47:58 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-26 13:47:58 -0700 |
| commit | 095fcad37b7653061ab6c4639e922411806e785d (patch) | |
| tree | 60f15c3ba0ed0c4b6eb6efe4ea29d0e29d1820dc /ports/libwebsockets | |
| parent | cdfa4ea1dfa682fe27d2484ba7a36c45c58f5501 (diff) | |
| parent | 7147ef13eb23274ff387aee16600e7dab7298a64 (diff) | |
| download | vcpkg-095fcad37b7653061ab6c4639e922411806e785d.tar.gz vcpkg-095fcad37b7653061ab6c4639e922411806e785d.zip | |
Merge branch 'Ninetainedo-Add-mirror-support'
Diffstat (limited to 'ports/libwebsockets')
| -rw-r--r-- | ports/libwebsockets/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake index ba95019e3..7b8a2c918 100644 --- a/ports/libwebsockets/portfile.cmake +++ b/ports/libwebsockets/portfile.cmake @@ -1,6 +1,6 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE - URL "https://github.com/warmcat/libwebsockets/archive/v2.0.0.zip" + URLS "https://github.com/warmcat/libwebsockets/archive/v2.0.0.zip" FILENAME "libwebsockets-v2.0.0.zip" SHA512 bf57a46f2c60095e7e6ec6656b185ffd2cf8f553bc22255ae8f6825d3613316d794f139cdefacbdf60ef997b0cd675fe356813d406c9b7c5a5ae838ce5326042 ) |
