Skip to content

Commit 6e13b61

Browse files
authored
Merge pull request Homebrew#228936 from Homebrew/bump-mx-7.58.0
mx 7.58.0
2 parents 9bba7f9 + dc60084 commit 6e13b61

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.57.3.tar.gz"
5-
sha256 "70c1db1d8a42ba95de95eea8f8d9e12422da36266126a5130c7e86ae7e990ccb"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.58.0.tar.gz"
5+
sha256 "1ca70aa7613f5482ec5f1a16ad1cb23fb2d04ad01b15e5ab2b47b662a493402d"
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: "3eeda07e7d1080a14a7f534bad89a90cab4fdaa8de53b825dfc65c3c77717b6e"
14+
sha256 cellar: :any_skip_relocation, all: "592de11e50562c9ca29dbbcce573d23eb1f3d21a718397df69328cd31102a9ef"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)