Skip to content

Commit 9e3e45f

Browse files
authored
Merge pull request Homebrew#218800 from Homebrew/bump-mx-7.45.3
mx 7.45.3
2 parents 02c22d8 + fa9c03a commit 9e3e45f

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.2.tar.gz"
5-
sha256 "36be851af651f17a7049c027d08994d75c93908e11dba8c90e0ab367ea7f196a"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.45.3.tar.gz"
5+
sha256 "d873419df5db69efd129d8c467cf746515fafa8bb5179368b270a65d56193286"
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: "a9eb22d770cf5945aa7a033cd433081a412342d4ede4b1509bfa492395b89131"
14+
sha256 cellar: :any_skip_relocation, all: "e35914d78afc30f8d3ac496c330a5dffe80a16699223dfc790c18596ea0d4362"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)