Skip to content

Commit 8f1ab8a

Browse files
authored
Merge pull request #216952 from Homebrew/bump-mx-7.45.1
mx 7.45.1
2 parents 0957a29 + 07bccbb commit 8f1ab8a

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.45.0.tar.gz"
5-
sha256 "3a183f08ec03936af26a32a3aa6edd2406d7337ccb0bf835f902aa6f3009705b"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.45.1.tar.gz"
5+
sha256 "77e92d487dc4bc03d65e9a19970569f90bc6f5ad9956bb1737af19fb2dc201ee"
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: "0b16ac7f785de76d9fdbb83e81ae6438312d3520130997683a4bddcc42a4fcfb"
14+
sha256 cellar: :any_skip_relocation, all: "afe0a841dce2b959f9e3b355a3b3bc2683b81cf624305354d15979e80be720dd"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)