libspatialindex: add v2.1.0 (#49337)

This commit is contained in:
Adam J. Stewart 2025-03-11 17:09:01 +01:00 committed by GitHub
parent 9875a0e807
commit a8132e5c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,15 @@ class Libspatialindex(CMakePackage):
license("MIT")
version("2.1.0", sha256="a04513cea04dd20ab2c9d153c14cc45692805ee496b30619103f7929f6fb81bf")
version("1.9.3", sha256="7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379")
version("1.8.5", sha256="93cce77269612f45287b521d5afdfb245be2b93b8b6438d92f8b9e0bdb37059d")
depends_on("c", type="build")
depends_on("cxx", type="build")
depends_on("cmake@3.5.0:", type="build")
depends_on("cmake@3.13:", when="@2:", type="build")
depends_on("cmake@3.5:", type="build")
@property
def libs(self):