We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a5d20 commit ac10a25Copy full SHA for ac10a25
Formula/j/julia.rb
@@ -2,8 +2,8 @@ class Julia < Formula
2
desc "Fast, Dynamic Programming Language"
3
homepage "https://julialang.org/"
4
# 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"
+ url "https://github.com/JuliaLang/julia/releases/download/v1.12.1/julia-1.12.1-full.tar.gz"
+ sha256 "891d16bb91c8a94d5a6355a82c17fa3c2458eb89160d428443a0b2a1b841ea52"
7
license all_of: ["MIT", "BSD-3-Clause", "Apache-2.0", "BSL-1.0"]
8
head "https://github.com/JuliaLang/julia.git", branch: "master"
9
0 commit comments