spectre: add v2023.06.19 (#38474)

Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
This commit is contained in:
SXS Bot 2023-06-26 04:07:39 -07:00 committed by GitHub
parent 05b6ac16bc
commit 4ac43b5032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,9 @@ class Spectre(CMakePackage):
generator("ninja") generator("ninja")
version("develop", branch="develop") version("develop", branch="develop")
version(
"2023.06.19", sha256="f1140dfca1a9cf58f04acfe853c5597fa19c463d52b3643428e379496bff1236"
)
version( version(
"2023.05.16", sha256="9cfe585e85b63e69d1b9b3922c68d3bd83d95853b6955e706133f2aaa933bd2b" "2023.05.16", sha256="9cfe585e85b63e69d1b9b3922c68d3bd83d95853b6955e706133f2aaa933bd2b"
) )