Update to ACE 6.4.7 (#3059)

* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
This commit is contained in:
Johnny Willemsen 2018-03-19 13:26:16 +01:00 committed by Robert Schumacher
parent 1e73b6550c
commit 06b4452da6
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Source: ace
Version: 6.4.6
Version: 6.4.7
Description: The ADAPTIVE Communication Environment

View File

@ -9,9 +9,9 @@ endif()
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ACE_wrappers/ace)
vcpkg_download_distfile(ARCHIVE
URLS "http://download.dre.vanderbilt.edu/previous_versions/ACE-6.4.6.zip"
FILENAME "ACE-6.4.6.zip"
SHA512 3b1ced19bb42bd753e0a43990f1d8f84dc57f5650c7c972f2e849d4ce3aa1db08673cf14fbc0607d7dbc9b9f95f33f72a5d7f0f11cd993beba528f80eb525e69
URLS "http://download.dre.vanderbilt.edu/previous_versions/ACE-6.4.7.zip"
FILENAME "ACE-6.4.7.zip"
SHA512 931c7e5902f3999ed05c13f9d2c53a605e9b59b4ce78f33b42238ac25286aa13fb510e2f780b6aea9505d03edf834109ab4481870327fec1b5bb11d29cfbafdc
)
vcpkg_extract_source_archive(${ARCHIVE})