[ace] Fix portfile: URL->URLS

This commit is contained in:
Alexander Karatarakis 2016-10-25 18:49:31 -07:00
parent b6a31ab430
commit 71bb6b158a

View File

@ -1,7 +1,7 @@
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ACE_wrappers/ace) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ACE_wrappers/ace)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URL "http://download.dre.vanderbilt.edu/previous_versions/ACE-6.4.0.zip" URLS "http://download.dre.vanderbilt.edu/previous_versions/ACE-6.4.0.zip"
FILENAME "ACE-6.4.0.zip" FILENAME "ACE-6.4.0.zip"
SHA512 3543291332b96cf06a966dedda617169e8db051cebbbc4f05cdc2c2c9e7908174f8ed67bc152bbcd57541279d3addb1138f1fc092468e856c2bb04ee6ad2b95a SHA512 3543291332b96cf06a966dedda617169e8db051cebbbc4f05cdc2c2c9e7908174f8ed67bc152bbcd57541279d3addb1138f1fc092468e856c2bb04ee6ad2b95a
) )