Skip to content

Commit

Permalink
Merge pull request #181692 from davidanthoff/bump-juliaup-1.17.1
Browse files Browse the repository at this point in the history
juliaup 1.17.1
  • Loading branch information
BrewTestBot authored Aug 19, 2024
2 parents 15466b1 + 5299e94 commit b2252b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/j/juliaup.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Juliaup < Formula
desc "Julia installer and version multiplexer"
homepage "https://github.com/JuliaLang/juliaup"
url "https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.14.9.tar.gz"
sha256 "28545d292943197bc48fad1adb647d4fd6019998bff0c9b2d320be55506675cb"
url "https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.17.1.tar.gz"
sha256 "69502ea3b5d96bb17114a3f1da3e1615e55b850bbd48dcb4f60c7a5b78cfb7b5"
license "MIT"
head "https://github.com/JuliaLang/juliaup.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class Juliaup < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c66912d70bf2f02693fc57be13f2e42deacc9e22122fbae6ed1c84cf5c627550"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b21d55327b1a6e96d97e7d607dab0efd6c5b5efec169a845073375a1db79fe9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fbef5626cd3ff032a507b1b9f402fba6dde169f3e7c6762e9ee5c08dac863e4e"
sha256 cellar: :any_skip_relocation, sonoma: "5721a3333b468ce7ff62dff0cc410ac3f64af607b0d2ddb7b6b3ea249f79a1f4"
sha256 cellar: :any_skip_relocation, ventura: "435148b3cadfaf123fc47d8c5bfd3551d1a1818e813d9c3bbe3c9f5df141565b"
sha256 cellar: :any_skip_relocation, monterey: "4d56e0af7b9476d8f30fb88618bdc91900267e44f4df2c6eb536b68e0c27df97"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83ef64f5d717890ac5c1127934f7db7e31334594cd583b0c21b4a27db6e1fafb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4995a4604edefc7ac8d524c16137d2696cbb996c82e89efffa0b51db9d46f4da"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e60022e095a855b76d6df73cc7efb06e56d0e6c9fd3d0810dd01d9961b6f074"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a58e3ffd7216434a6c16d801b1ceb5329f145d232a0e263c11f1eebb7845bd1a"
sha256 cellar: :any_skip_relocation, sonoma: "ebbe922ed11942a333cd49f51d885f2b873df4933fdaf7ac6e18792275486f1a"
sha256 cellar: :any_skip_relocation, ventura: "633f870663009e96e0e5fe8f8a969ebbff565f63be7085929e81fe9ff2973562"
sha256 cellar: :any_skip_relocation, monterey: "0d3b28cc1e32b2a4c7008b2c354b3f243da71eef09c50d167f95a2604c972f45"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d02222402058164329cb5031386c198b0d077f14659259734cee9b0ecf862d9"
end

depends_on "rust" => :build
Expand Down

0 comments on commit b2252b8

Please sign in to comment.