diff options
| author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-01-25 00:51:26 +0100 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-01-24 15:51:26 -0800 |
| commit | 5dec8aa31b241cb4e92c520cac6c250575a0d719 (patch) | |
| tree | f2d21208af209eda57cd1bca1c8ffd58342b1a26 | |
| parent | c0bf747e45d288dd3cf5823c6ad2478527737971 (diff) | |
| download | vcpkg-5dec8aa31b241cb4e92c520cac6c250575a0d719.tar.gz vcpkg-5dec8aa31b241cb4e92c520cac6c250575a0d719.zip | |
[ace] 6.5.4 (#5225)
| -rw-r--r-- | ports/ace/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ace/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/ace/CONTROL b/ports/ace/CONTROL index ed08a12c2..9f8070e17 100644 --- a/ports/ace/CONTROL +++ b/ports/ace/CONTROL @@ -1,3 +1,3 @@ Source: ace -Version: 6.5.3 +Version: 6.5.4 Description: The ADAPTIVE Communication Environment diff --git a/ports/ace/portfile.cmake b/ports/ace/portfile.cmake index e10e82e0e..95fc09dce 100644 --- a/ports/ace/portfile.cmake +++ b/ports/ace/portfile.cmake @@ -9,9 +9,9 @@ endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ACE_wrappers/ace) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-6.5.3.zip" - FILENAME ACE-6.5.3.zip - SHA512 1c24c7a138b6580e0f2a71d3e797ed846a3c046854c19d10175198dc519b610b2ac684d6e0e3999705319304b6eee3f09405cb43ce48a869d2f1446342da469d + URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-6.5.4.zip" + FILENAME ACE-6.5.4.zip + SHA512 d18248f1fcea0e4993d5ba9c62ff99883d4eaecfb0b6b88062961723c0f30ac423c9f550ada98042cd7913d2586feb2f8d47b5779403017afaa89a622613d1ae ) vcpkg_extract_source_archive(${ARCHIVE}) |
