Skip to content

Commit d0ea4aa

Browse files
authored
Merge pull request #254264 from Homebrew/bump-mx-7.68.0
mx 7.68.0
2 parents bcc9922 + a73fa5d commit d0ea4aa

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.67.2.tar.gz"
5-
sha256 "4e73dc822ec7ca43f27cabf203cdde1e8e6c872bf46fba8170b2f29aed2a3105"
4+
url "https://github.com/graalvm/mx/archive/refs/tags/7.68.0.tar.gz"
5+
sha256 "95c1652c1159ae23b752ada5896636508a9fbb2a0b295c542b6039cb3a9f814a"
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: "8df7df473d60b6ce2479873e5fda182f40d2e511aae7ac06a166a38272eeb250"
14+
sha256 cellar: :any_skip_relocation, all: "1f6b38085f903a4b396587f1777bc9af9929ccd7780238c496edda2fdda263ab"
1515
end
1616

1717
depends_on "openjdk" => :test

0 commit comments

Comments
 (0)