protobuf: add v3.29.3 (#49246)

This commit is contained in:
Paul 2025-03-04 10:29:53 -07:00 committed by GitHub
parent bc04d963e5
commit 615ced32cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,8 @@ class Mgard(CMakePackage, CudaPackage):
depends_on("pkgconfig", type=("build",), when="@2022-11-18:")
depends_on("zstd")
depends_on("protobuf@3.4:", when="@2022-11-18:")
# See https://github.com/CODARcode/MGARD/issues/240
depends_on("protobuf@:3.28", when="@:2023-12-09")
depends_on("libarchive", when="@2021-11-12:")
depends_on("tclap", when="@2021-11-12")
depends_on("yaml-cpp", when="@2021-11-12:")

View File

@ -15,6 +15,7 @@ class Protobuf(CMakePackage):
license("BSD-3-Clause")
version("3.29.3", sha256="c8d0ed0085f559444f70311791cf7aef414246b9942441443963184b534dbf9e")
version("3.28.2", sha256="1b6b6a7a7894f509f099c4469b5d4df525c2f3c9e4009e5b2db5b0f66cb8ee0e")
version("3.27.5", sha256="a4aa92d0a207298149bf553d9a3192f3562eb91740086f50fa52331e60fa480c")
version("3.26.1", sha256="f3c0830339eaa5036eba8ff8ce7fca5aa3088f7d616f7c3713d946f611ae92bf")