Skip to content

Commit 75a08b7

Browse files
authored
Merge pull request #224892 from Homebrew/bump-mx-7.54.3
mx 7.54.3
2 parents 98b8ed9 + 690c295 commit 75a08b7

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.2.tar.gz"
5-
sha256 "1791a1e42dfbea7b44999f8c5c89d4161e012ea8021bffee8bde0d5d376b87a4"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.54.3.tar.gz"
5+
sha256 "2ba486aacddb9af89f2e1e9a4d6f8e0c0c61f54873326a4df8047b6bdde8241d"
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: "d7abfd718d8d2539036032b91d5248994193ff03b3f2893b96800903fabcfed7"
14+
sha256 cellar: :any_skip_relocation, all: "547d10d246d4b4ac657cfec041ce99f04498180d5d8ec8b822c63d1d95e6c864"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)