Skip to content

Commit 371fc00

Browse files
authored
Merge pull request Homebrew#199223 from Homebrew/bump-mx-7.35.1
mx 7.35.1
2 parents cf070a4 + 1873074 commit 371fc00

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.34.2.tar.gz"
5-
sha256 "a1b44ba20d05c108878c515f7515be5c9ccd33733d865a4668ad0c277730e53f"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.35.1.tar.gz"
5+
sha256 "28138156356cc3a1520c07daf67569dc4e0ba017cca7c246d625a6492979e7e8"
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: "3d642798ab8ca3d7cf646530239b5085432d9c174bedd2b688a983260a20ba76"
14+
sha256 cellar: :any_skip_relocation, all: "c9fc3454dba73715652ba98308fcd7dff75846b794952e21f6b75cd8c6d36a2c"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)