Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/j/julia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

stable do
# Use the `-full` tarball to avoid having to download during the build.
url "https://github.com/JuliaLang/julia/releases/download/v1.12.4/julia-1.12.4-full.tar.gz"
sha256 "6ea60c05395e29012b63934e686b0daa1cc155947be429ae0b247b3ea7e7be93"
url "https://github.com/JuliaLang/julia/releases/download/v1.12.5/julia-1.12.5-full.tar.gz"
sha256 "de3bf3693d938d7e15539a5c3ac2177c546acd0d7b7bc4e327e30d6a7238f1e3"

# Backport fix for system p7zip
patch do
Expand Down Expand Up @@ -67,7 +67,7 @@

conflicts_with "juliaup", because: "both install `julia` binaries"

def install

Check warning on line 70 in Formula/j/julia.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle julia` failed on Linux arm64!

::error::julia 1.12.5 did not build

Check failure on line 70 in Formula/j/julia.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle julia` failed on Linux x86_64!

::error::julia 1.12.5 did not build
# Build documentation available at
# https://github.com/JuliaLang/julia/blob/v#{version}/doc/build/build.md
args = %W[
Expand Down
Loading