aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/ace/CONTROL2
-rw-r--r--ports/ace/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/ace/CONTROL b/ports/ace/CONTROL
index 352d2b74a..9cc7ae116 100644
--- a/ports/ace/CONTROL
+++ b/ports/ace/CONTROL
@@ -1,3 +1,3 @@
Source: ace
-Version: 6.4.0
+Version: 6.4.2
Description: The ADAPTIVE Communication Environment
diff --git a/ports/ace/portfile.cmake b/ports/ace/portfile.cmake
index 7c5d0e14a..a06016abd 100644
--- a/ports/ace/portfile.cmake
+++ b/ports/ace/portfile.cmake
@@ -5,9 +5,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.1.zip"
- FILENAME "ACE-6.4.1.zip"
- SHA512 ef914e02d5107a08bf9f60b4e9b16002cd4a7d2ec7b53fcf30d1563fd8684b963d17c54a8b7cb5efecb24ac291d8dc0002adb7c54dd190abebf35a2db0f5937c
+ URLS "http://download.dre.vanderbilt.edu/previous_versions/ACE-6.4.2.zip"
+ FILENAME "ACE-6.4.2.zip"
+ SHA512 587872ef1fb197829a085f4449d7beb2f161a782a2a552d26324154ae85fd463092e3c2a4dd0c6d93079ae798cc43269117ea069855b0af6804b49cad0a8c2ca
)
vcpkg_extract_source_archive(${ARCHIVE})