Add tracy 0.8.2 (#31385)

This commit is contained in:
Mikael Simberg 2022-06-30 19:55:00 +02:00 committed by GitHub
parent 8e591f058e
commit 60d94f2782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,10 @@ class TracyClient(CMakePackage):
maintainers = ["msimberg"]
version("master", git="https://github.com/wolfpld/tracy.git", branch="master")
version(
"0.8.2",
sha256="4784eddd89c17a5fa030d408392992b3da3c503c872800e9d3746d985cfcc92a",
)
version(
"0.8.1",
sha256="004992012b2dc879a9f6d143cbf94d7ea30e88135db3ef08951605d214892891",

View File

@ -15,6 +15,10 @@ class Tracy(MakefilePackage):
maintainers = ["msimberg"]
version("master", git="https://github.com/wolfpld/tracy.git", branch="master")
version(
"0.8.2",
sha256="4784eddd89c17a5fa030d408392992b3da3c503c872800e9d3746d985cfcc92a",
)
version(
"0.8.1",
sha256="004992012b2dc879a9f6d143cbf94d7ea30e88135db3ef08951605d214892891",