diff options
| author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-04-08 19:35:28 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-08 10:35:28 -0700 |
| commit | 8a4c65dc248f78a8d45803ffd2cfc3e7f7c3c941 (patch) | |
| tree | 6912aab64ac6fd0de700dd22bff04192d01c06ef | |
| parent | f7bc4cd54c568160deb9d6b96f37ab253939ca71 (diff) | |
| download | vcpkg-8a4c65dc248f78a8d45803ffd2cfc3e7f7c3c941.tar.gz vcpkg-8a4c65dc248f78a8d45803ffd2cfc3e7f7c3c941.zip | |
[ace] Upgrade to 6.5.5 (#5992)
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
| -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 d3e25dcf9..ac298f234 100644 --- a/ports/ace/CONTROL +++ b/ports/ace/CONTROL @@ -1,3 +1,3 @@ Source: ace -Version: 6.5.4-3 +Version: 6.5.5 Description: The ADAPTIVE Communication Environment diff --git a/ports/ace/portfile.cmake b/ports/ace/portfile.cmake index 87fd822ad..4f7bd5e82 100644 --- a/ports/ace/portfile.cmake +++ b/ports/ace/portfile.cmake @@ -13,9 +13,9 @@ set(ACE_ROOT ${CURRENT_BUILDTREES_DIR}/src/ACE_wrappers) set(ENV{ACE_ROOT} ${ACE_ROOT}) 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_4/ACE-src-6.5.4.zip" - FILENAME ACE-src-6.5.4.zip - SHA512 e699b24aa65c44137b7bdbe3c045b6c8d76c43ff4c78a05efe6d0d7fd05acdd1166b74529cc4d7ba9440b6b29cce3aa2dcc97f574c94afc05b0fef18475d6ce3 + URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_5/ACE-src-6.5.5.zip" + FILENAME ACE-src-6.5.5.zip + SHA512 65696e6f2776fd9c015adb78a92f1c87edacde62ff11f20f88c416d4420a6fc6e5176412c5f93262d06e67b89717499f8108f68582f70fea6ce05466c53415e9 ) vcpkg_extract_source_archive(${ARCHIVE}) |
