File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ class Julia < Formula
6
6
stable do
7
7
# Use the `-full` tarball to avoid having to download during the build.
8
8
# TODO: Check if we can unbundle `curl`: https://github.com/JuliaLang/Downloads.jl/issues/260
9
- url "https://github.com/JuliaLang/julia/releases/download/v1.11.4 /julia-1.11.4 -full.tar.gz"
10
- sha256 "c4936562d05128842d7fe2be30734333519ea94a54861b5d0bfe38d103e96b5b "
9
+ url "https://github.com/JuliaLang/julia/releases/download/v1.11.5 /julia-1.11.5 -full.tar.gz"
10
+ sha256 "147626db6b6887bfb6612cb6cd2a48d689806649fae34dc749fddc8375c2c625 "
11
11
12
12
13
13
@@ -165,6 +165,8 @@ def install
165
165
end
166
166
end
167
167
168
+ ENV . append "CMAKE_FLAGS" , "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
169
+
168
170
# Make Julia use a CA cert from `ca-certificates`
169
171
( buildpath /"usr/share/julia" ) . install_symlink Formula [ "ca-certificates" ] . pkgetc /"cert.pem"
170
172
You can’t perform that action at this time.
0 commit comments