From 27e20c6615d43f3809b705ac3128e23e2008dc84 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 25 Dec 2025 23:56:52 +0900 Subject: [PATCH] [plf-colony] update to 7.6.1 (#49083) --- ports/plf-colony/portfile.cmake | 4 ++-- ports/plf-colony/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/p-/plf-colony.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/plf-colony/portfile.cmake b/ports/plf-colony/portfile.cmake index 982c966406..92b8c382a7 100644 --- a/ports/plf-colony/portfile.cmake +++ b/ports/plf-colony/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mattreecebentley/plf_colony - REF 7eceefdd9291103dcee2d6c5fae6b63da1855dc5 - SHA512 3856608d7129c832739562d86711a25a7e180b603ed652b01925e07d94538ad6290c597274ee758b6c8ded65eae02fd7bac416811f21480549416646ffb27b63 + REF d0f4a9306237cc0b030a7ae981b52b6fa83dc788 # v7.6.01 + SHA512 9553d6db71b67d5e1a13a7b14c61b69e1f76c313eda3061f92679f787f3fd0158468304c34633a84976213d0674ce4d93449f6f091a4047b652e27ae52b1e608 HEAD_REF master ) diff --git a/ports/plf-colony/vcpkg.json b/ports/plf-colony/vcpkg.json index 896c7feba4..56e57da4e6 100644 --- a/ports/plf-colony/vcpkg.json +++ b/ports/plf-colony/vcpkg.json @@ -1,6 +1,6 @@ { "name": "plf-colony", - "version": "7.5.25", + "version": "7.6.1", "description": "An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures.", "homepage": "https://plflib.org/colony.htm" } diff --git a/versions/baseline.json b/versions/baseline.json index 8250d27958..2ebfc059ea 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7617,7 +7617,7 @@ "port-version": 0 }, "plf-colony": { - "baseline": "7.5.25", + "baseline": "7.6.1", "port-version": 0 }, "plf-hive": { diff --git a/versions/p-/plf-colony.json b/versions/p-/plf-colony.json index 167e139b8d..9d3abb2fc8 100644 --- a/versions/p-/plf-colony.json +++ b/versions/p-/plf-colony.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1f8dcd532d52e716022a560694851f3aa9b2bc6c", + "version": "7.6.1", + "port-version": 0 + }, { "git-tree": "d8c24104dfbe3e4128570f326a0bfa7cb5fe9aa3", "version": "7.5.25",