spectre: add v2025.04.21 (#50153)

Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
This commit is contained in:
SXS Bot 2025-04-22 18:36:15 -04:00 committed by GitHub
parent 1934c8cf73
commit 48ca9a5f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ class Spectre(CMakePackage):
license("MIT") license("MIT")
version("develop", branch="develop") version("develop", branch="develop")
version(
"2025.04.21", sha256="09b8412abdbd3853b256b34669c27b0f0e69bf6fc5c48e9bb450a46221e62abd"
)
version( version(
"2025.03.17", sha256="3b3187a6d0e0f0386ae9bf06b77485771b841886a6e71abb12516c2aa874ae65" "2025.03.17", sha256="3b3187a6d0e0f0386ae9bf06b77485771b841886a6e71abb12516c2aa874ae65"
) )