File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 33using BinaryBuilder
44
55name = " CMake"
6- version = v " 3.31.3 "
6+ version = v " 3.31.5 "
77
88# Collection of sources required to build CMake
99sources = [
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.
2727platforms = 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
3230products = [
@@ -35,7 +33,7 @@ products = [
3533
3634# Dependencies that must be installed before this package can be built
3735dependencies = [
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.
You can’t perform that action at this time.
0 commit comments