entt: add v3.11.1 (#37491)

This commit is contained in:
Alec Scott 2023-05-15 14:34:47 -07:00 committed by GitHub
parent 177da4595e
commit a62cb3c0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Entt(CMakePackage):
homepage = "https://entt.docsforge.com"
url = "https://github.com/skypjack/entt/archive/v3.5.2.tar.gz"
version("3.11.1", sha256="0ac010f232d3089200c5e545bcbd6480cf68b705de6930d8ff7cdb0a29f5b47b")
version("3.5.2", sha256="f9271293c44518386c402c9a2188627819748f66302df48af4f6d08e30661036")
depends_on("cmake@3.7.0:", type="build")