Skip to content

Commit ac10a25

Browse files
committed
julia 1.12.1
1 parent 72a5d20 commit ac10a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/j/julia.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Julia < Formula
22
desc "Fast, Dynamic Programming Language"
33
homepage "https://julialang.org/"
44
# Use the `-full` tarball to avoid having to download during the build.
5-
url "https://github.com/JuliaLang/julia/releases/download/v1.12.0/julia-1.12.0-full.tar.gz"
6-
sha256 "2dba42b3f143564f96c60948d1100db0902aa3cb98ebf89c156b4091f05d9b89"
5+
url "https://github.com/JuliaLang/julia/releases/download/v1.12.1/julia-1.12.1-full.tar.gz"
6+
sha256 "891d16bb91c8a94d5a6355a82c17fa3c2458eb89160d428443a0b2a1b841ea52"
77
license all_of: ["MIT", "BSD-3-Clause", "Apache-2.0", "BSL-1.0"]
88
head "https://github.com/JuliaLang/julia.git", branch: "master"
99

0 commit comments

Comments
 (0)