Skip to content

Commit 61fcc76

Browse files
authored
Merge pull request #251096 from Homebrew/bump-juliaup-1.18.7
juliaup 1.18.7
2 parents 1decc02 + 56a873c commit 61fcc76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/j/juliaup.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Juliaup < Formula
22
desc "Julia installer and version multiplexer"
33
homepage "https://github.com/JuliaLang/juliaup"
4-
url "https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.18.5.tar.gz"
5-
sha256 "c1e741fcc70471eaf70bc136fdc28d981494f6da001518e6c95f009fe77848ba"
4+
url "https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.18.7.tar.gz"
5+
sha256 "ded8173e7f87accd142969431136953174e75256d3d83ecbf6bfb6177fcf94f5"
66
license "MIT"
77
head "https://github.com/JuliaLang/juliaup.git", branch: "main"
88

@@ -14,12 +14,12 @@ class Juliaup < Formula
1414
no_autobump! because: :bumped_by_upstream
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2e2863a3eda1294949c06e785da7196e6f3ae9b78315285cbc4e0fd9f739cd3c"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "033673fe9025f482989fe6c07360bfc89aea53a63dabe44c6efe84de9f6f886e"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac0f7da76e69d41980478d5c4be8e9a18e44f36353d053062456229f018f53b1"
20-
sha256 cellar: :any_skip_relocation, sonoma: "8b6b02c83b55fee946e4927b6596d59cd0b60b2aa5f7250a6a17f678f6971c7d"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "44d19b24d6189d2221771586fceff189acdd62f2e80cb1884ec5a3cc7426b7ca"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "873ada34e3a8f4320892a02bc8fb476fe3631dd97cc76846984ccece364e74bb"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6640ac7f5238859be986bcdfb2dfe43a587de4501b775f531da355103bd3a03a"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7836f494fda9ca9ad393987ed93c1eb7116f020038e6d562dd9d2f812abad67"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6d03bfc53784362e988b441361a176ed9bc6f9856adb1627478e29c17bfae44"
20+
sha256 cellar: :any_skip_relocation, sonoma: "78e51970998117829491d42ba5c60a6f9b6fbd79d3da5dd7038f30d06a1c9b2e"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "53f36aacf7e1ebab85411ea6bec61a64ddcc0f646b92e84c000398f8da1a4c57"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ff7bcfd3afe86f99b3557f02a4cb959fae5a2bc0e1e8fbdca7e03f001069ce6"
2323
end
2424

2525
depends_on "rust" => :build

0 commit comments

Comments
 (0)