Skip to content

Commit 3b08c07

Browse files
authored
Merge pull request #229319 from Homebrew/bump-mx-7.58.5
mx 7.58.5
2 parents 2a2b1e6 + d05c3d4 commit 3b08c07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/m/mx.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mx < Formula
22
desc "Command-line tool used for the development of Graal projects"
33
homepage "https://github.com/graalvm/mx"
4-
url "https://github.com/graalvm/mx/archive/refs/tags/7.58.4.tar.gz"
5-
sha256 "3b36b0e590a94859c9e17d798dfcd04e8ce01cd6b18465a22484ee3ad1c5f6c3"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.58.5.tar.gz"
5+
sha256 "3d9f503cc2e3efc5fa8bae1e6e7471b9076cad3d6712c26bbb48dd2b63efcd99"
66
license "GPL-2.0-only"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Mx < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "80d44881e1084def0e0304e1655295135d38596dbaa2e4841d2a671344288b7f"
14+
sha256 cellar: :any_skip_relocation, all: "bc4f2e65fe955487812f6c651c5c6d43caaf814ddba6e7673df80241fe3a483e"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)