diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-08-30 19:26:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 10:26:47 -0700 |
| commit | c03ca5bd31f33b93150a77aca853f73bd51b7768 (patch) | |
| tree | 52ddc338ad22ad4f0010ee549b7b1996b1229f76 | |
| parent | 5c622d51414f1cf902f6911bd86a6ae91babcb87 (diff) | |
| download | vcpkg-c03ca5bd31f33b93150a77aca853f73bd51b7768.tar.gz vcpkg-c03ca5bd31f33b93150a77aca853f73bd51b7768.zip | |
[plf-colony] Update to 6.28 (#19627)
* [plf-colony] Update from 5.33 to 6.28
* [plf-colony] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
| -rw-r--r-- | ports/plf-colony/CONTROL | 4 | ||||
| -rw-r--r-- | ports/plf-colony/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/plf-colony/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/plf-colony.json | 5 |
5 files changed, 14 insertions, 7 deletions
diff --git a/ports/plf-colony/CONTROL b/ports/plf-colony/CONTROL deleted file mode 100644 index 91750341e..000000000 --- a/ports/plf-colony/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: plf-colony -Version: 5.33 -Description: An unordered data container providing fast iteration/insertion/erasure while maintaining pointer validity to non-erased elements -Homepage: https://www.plflib.org/ diff --git a/ports/plf-colony/portfile.cmake b/ports/plf-colony/portfile.cmake index fc1d7669a..97e64da71 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 7aba4b3f27e3dd7ca54cbe41738d04695d2c05e1 - SHA512 78dc8ee96174776e6993b03f15b1e7452864015641854ff89ffbe8d45e2203982347da9bf6eed1f7a0b40a794c53ab7c06e92eee101e4e0aae20997d240db872 + REF e6e563b63dd9e64fc2fcc66a757e366641e62f01 + SHA512 61723a47387fb3ce9a342fbd6db11369774c1a5c5d28ba2db1fee3396a0588a0e9df50cbcaa4561f409d34ddadc17ae61dba29606aa6481647f3bcd003cfaafa HEAD_REF master ) diff --git a/ports/plf-colony/vcpkg.json b/ports/plf-colony/vcpkg.json new file mode 100644 index 000000000..5529658fa --- /dev/null +++ b/ports/plf-colony/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "plf-colony", + "version": "6.28", + "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 a06167ac7..330ff4964 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4969,7 +4969,7 @@ "port-version": 6 }, "plf-colony": { - "baseline": "5.33", + "baseline": "6.28", "port-version": 0 }, "plf-list": { diff --git a/versions/p-/plf-colony.json b/versions/p-/plf-colony.json index 0935962f1..88bbddd62 100644 --- a/versions/p-/plf-colony.json +++ b/versions/p-/plf-colony.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "39c9b9a09ea0d7f88ac7a9cd90addb057e259f20", + "version": "6.28", + "port-version": 0 + }, + { "git-tree": "0d9c2c09b2926db03ddd83cf09973d885cfc292b", "version-string": "5.33", "port-version": 0 |
