[ace] update to 8.0.1 (#41421)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-10-10 00:33:11 +08:00 committed by GitHub
parent 274ddacae4
commit 3a8abd58c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -8,14 +8,14 @@ if("tao" IN_LIST FEATURES)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${VERSION_DIRECTORY}/ACE%2BTAO-src-${VERSION}.tar.gz" URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${VERSION_DIRECTORY}/ACE%2BTAO-src-${VERSION}.tar.gz"
FILENAME "ACE-TAO-${VERSION}.tar.gz" FILENAME "ACE-TAO-${VERSION}.tar.gz"
SHA512 ee46897e13ba943c48d7b04c0792cef8ff48403b048af4eeced4bbfd874dece5ec1130a18216fd31fdbd610e3947673e56e306ab52ee3f1124975b1adaf21838 SHA512 e1eb967920eca25a131cb798312877be60790790c97439a99c1db0819749fa26e06f04090c50aed6fac80bfaafd58473e396f67ec24724587104f2b33cdfb703
) )
else() else()
# Don't change to vcpkg_from_github! This points to a release and not an archive # Don't change to vcpkg_from_github! This points to a release and not an archive
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${VERSION_DIRECTORY}/ACE-src-${VERSION}.tar.gz" URLS "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${VERSION_DIRECTORY}/ACE-src-${VERSION}.tar.gz"
FILENAME "ACE-src-${VERSION}.tar.gz" FILENAME "ACE-src-${VERSION}.tar.gz"
SHA512 a29f8009e8f9e12c7c6d4ad9f39f76a62245baeb9fcfe08e346c1a004aedb5ab9d808a2390cde2dc71013be1b0de2ddd9d0dea26144536061e6416554233f547 SHA512 2010dcb07758e3d8400fa267b48a4ac0090d620955bee16f1ab3f4f7670c34b7464872b965f8078c7b1eec48d586367ae136cd0095946a75a69bac379d3bf781
) )
endif() endif()

View File

@ -1,6 +1,6 @@
{ {
"name": "ace", "name": "ace",
"version": "8.0.0", "version": "8.0.1",
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>", "maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment", "description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO", "homepage": "https://github.com/DOCGroup/ACE_TAO",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c16e08c8a66c79088352b1c8c0161fbb998f5ad7",
"version": "8.0.1",
"port-version": 0
},
{ {
"git-tree": "6536f72ed3c2a3b49a014db1539df4bb95efd53a", "git-tree": "6536f72ed3c2a3b49a014db1539df4bb95efd53a",
"version": "8.0.0", "version": "8.0.0",

View File

@ -25,7 +25,7 @@
"port-version": 3 "port-version": 3
}, },
"ace": { "ace": {
"baseline": "8.0.0", "baseline": "8.0.1",
"port-version": 0 "port-version": 0
}, },
"acl": { "acl": {