Skip to content

Commit af99f50

Browse files
authored
Merge pull request #224391 from Homebrew/bump-mx-7.54.1
mx 7.54.1
2 parents 4019fec + 2f0115f commit af99f50

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.54.0.tar.gz"
5-
sha256 "d26afb3cb461975d045dc6b4a90d8441223981d49378d7820cc87c801983dee9"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.54.1.tar.gz"
5+
sha256 "aa385fdb09b6830697699a141f959179dc49722812e7209b955c9826833fa989"
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: "b53c30ce8996931016bdae0785542b1fd8915f7e92b6c11219dc32d99b1476fc"
14+
sha256 cellar: :any_skip_relocation, all: "188eac9431002bfb55fe5e3655c76ac24a51d89def5335edb7cf38a2e6b67e60"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)