diff options
Diffstat (limited to 'ports')
| -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 |
3 files changed, 8 insertions, 6 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" +} |
