Skip to content

Commit dfc5fac

Browse files
authored
Merge pull request #245239 from Homebrew/bump-mx-7.61.0
mx 7.61.0
2 parents 1dfeebc + bfe3fca commit dfc5fac

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.60.3.tar.gz"
5-
sha256 "347c3cb87d51348299c32abda206eea825f593d6578e27b5c9a29b65ac0b8ac1"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.61.0.tar.gz"
5+
sha256 "08edc6c547371454e5b55f97dc5de9447ba7e3b5e1ece52a1fdb4a571e9bdc0a"
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: "45b6b7d800646cf145f1acfa0ad14b7c98c3f795b67f9a31be1d8d3de65f2f1e"
14+
sha256 cellar: :any_skip_relocation, all: "0a70eaccd96f695f4684dbc9ae225f1c12f378ed4926daaadb47c4c6f3cddd1e"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)