foonathan-memory: add 0.7-3 (#38879)

This commit is contained in:
Manuela Kuhn 2023-07-13 17:59:14 +02:00 committed by GitHub
parent 033eb77aa9
commit 1ac2f34333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,8 @@ class FoonathanMemory(CMakePackage):
homepage = "https://memory.foonathan.net/"
url = "https://github.com/foonathan/memory/archive/v0.7.tar.gz"
version("0.7-3", sha256="4203d15db22a94a3978eeb1afb59a37d35c57c0f148733f0f1a53a6281cb74dd")
version("0.7", sha256="01a7cc5a5ebddbd71bec69c89562a4a2ecd7c29334c0a29d38d83e7f7f66eb53")
depends_on("cmake@3.14:", when="@0.7-3:", type="build")
depends_on("cmake@3.1:", type="build")