Skip to content

Commit 8d87016

Browse files
authored
CMake: New version 3.31.5 (#10585)
1 parent 15db5a4 commit 8d87016

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

C/CMake/build_tarballs.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
using BinaryBuilder
44

55
name = "CMake"
6-
version = v"3.31.3"
6+
version = v"3.31.5"
77

88
# Collection of sources required to build CMake
99
sources = [
10-
GitSource("https://github.com/Kitware/CMake", "41abd532b64f178017ed4ffdbdb5af42d9056a8d"),
10+
GitSource("https://github.com/Kitware/CMake", "9fe70fd76412f41ab2bec24ba42b081b48691961"),
1111
]
1212

1313
# Bash recipe for building across all platforms
@@ -25,8 +25,6 @@ cmake --install build
2525

2626
# Build for all supported platforms.
2727
platforms = expand_cxxstring_abis(supported_platforms())
28-
# OpenSSL is not available for riscv64
29-
filter!(p -> arch(p) != "riscv64", platforms)
3028

3129
# The products that we will ensure are always built
3230
products = [
@@ -35,7 +33,7 @@ products = [
3533

3634
# Dependencies that must be installed before this package can be built
3735
dependencies = [
38-
Dependency("OpenSSL_jll"; compat="3.0.15")
36+
Dependency("OpenSSL_jll"; compat="3.0.16")
3937
]
4038

4139
# Build the tarballs, and possibly a `build.jl` as well.

0 commit comments

Comments
 (0)