Skip to content

Commit

Permalink
Merge pull request #199075 from Homebrew/bump-julia-1.11.3
Browse files Browse the repository at this point in the history
julia 1.11.3
  • Loading branch information
daeho-ro authored Jan 22, 2025
2 parents c4cfe7e + 24e9da7 commit 7913139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/j/julia.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "julia" do
arch arm: "aarch64", intel: "x64"

version "1.11.2"
sha256 arm: "1d73bc98c004acc8eb680ecc75f27d232210b9838612cd2130a25bfba52d1c33",
intel: "f467c2cbf75b4deeeb07673ff1a3e79fdc59b336b97ebffbd2a8eb6b4dda61cb"
version "1.11.3"
sha256 arm: "0ea25e12f81dae228e209fbf81dd9ec2260aa7a2860031d4450744812589862e",
intel: "c59d57cb07b2fb9b38a060ff80f6177804159832232474f56eac720792c626a5"

url "https://julialang-s3.julialang.org/bin/mac/#{arch}/#{version.major_minor}/julia-#{version}-mac#{arch.delete_prefix("x")}.dmg"
name "Julia"
Expand Down

0 comments on commit 7913139

Please sign in to comment.