Skip to content

Commit 7359d87

Browse files
authored
Merge pull request #247059 from Homebrew/bump-mx-7.63.0
mx 7.63.0
2 parents f679fe4 + 56e5eca commit 7359d87

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.62.2.tar.gz"
5-
sha256 "13d92d1e8031dcd4c8968720a81e94ad3daf12f671baca3f93c3107062864f38"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.63.0.tar.gz"
5+
sha256 "90b59b242f2bbe465987e2c292ccce90fc1c62fafe7e02375ecf9269f8d10e31"
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: "a640ab8f3e58c3980e65b5a1ec0491643470103f012324e3f90fa86b2bd36092"
14+
sha256 cellar: :any_skip_relocation, all: "332d49c5b9dc888a55121f820216d643b8a481b1fb19f7333f9a6cb9f0b4d9b7"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)