Skip to content

Commit f633417

Browse files
authored
Merge pull request #245282 from Homebrew/bump-mx-7.62.0
mx 7.62.0
2 parents d2d5ca6 + 46d944a commit f633417

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.61.0.tar.gz"
5-
sha256 "08edc6c547371454e5b55f97dc5de9447ba7e3b5e1ece52a1fdb4a571e9bdc0a"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.62.0.tar.gz"
5+
sha256 "f0cfb6995a738aca65adf65c5ab97136e77f767c9828138a3e7560caab04c6b3"
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: "0a70eaccd96f695f4684dbc9ae225f1c12f378ed4926daaadb47c4c6f3cddd1e"
14+
sha256 cellar: :any_skip_relocation, all: "aadd6d5af7b61f4b36136c8b4afbd81fa5b01a6f61f6a9463e5c41218b0c1ad5"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)