- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
This commit is contained in:
Jia Yue Hua 2024-03-05 17:44:16 +08:00 коммит произвёл GitHub
Родитель 64c096f2a3
Коммит 44cfabe4df
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eclipse-iceoryx/iceoryx
REF "v${VERSION}"
SHA512 b860452373dc41d6b0dd0042d1fc4c97621f143d20e9354a1572126ab815ee0cec6548ddfab9fa276943ed33d9ffd8810243e67eb5fae1d11f18ef0b2b074650
SHA512 0fc259147cb60137891ea005eda683245b6ef38c3b35fd8735d2a89f8f1d1fe5096ad1075a918277ee58f3f50c2b145dc3dc6de9484843bfc0398c80b7940e2b
HEAD_REF master
PATCHES
acl.patch

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "iceoryx",
"version": "2.0.3",
"version": "2.0.5",
"description": "True zero-copy inter-process-communication",
"homepage": "https://iceoryx.io",
"license": "Apache-2.0",

Просмотреть файл

@ -3429,7 +3429,7 @@
"port-version": 1
},
"iceoryx": {
"baseline": "2.0.3",
"baseline": "2.0.5",
"port-version": 0
},
"icu": {

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "477aa79e85cf40785cfc5aee9dc0bf7203571793",
"version": "2.0.5",
"port-version": 0
},
{
"git-tree": "bb960b0f9f6f909467d87fa171e5909c318953dc",
"version": "2.0.3",