Skip to content

Commit

Permalink
Merge pull request #191774 from Homebrew/bump-mx-7.31.2
Browse files Browse the repository at this point in the history
mx 7.31.2
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents 2cd62a7 + f81389f commit f6177cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/m/mx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Mx < Formula
desc "Command-line tool used for the development of Graal projects"
homepage "https://github.com/graalvm/mx"
url "https://github.com/graalvm/mx/archive/refs/tags/7.31.1.tar.gz"
sha256 "da20bdcf2b7e6271c29e356b645d901b4f5f25b6be4d5bd24a8f13b5c4e5fdf7"
url "https://github.com/graalvm/mx/archive/refs/tags/7.31.2.tar.gz"
sha256 "cad9d55dedf8bbd72a60fa3242133ce0312ad32e352e23c950d37d613c45cf0c"
license "GPL-2.0-only"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Mx < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "b9c1a3e665aa07e1b840205428c203cd86b2c0d2fd77090f7235b67d1f8746b3"
sha256 cellar: :any_skip_relocation, all: "c07d2433b36f558344458b933c9f816b5df88b7b39ec2f3621e139be1fd3e3e2"
end

depends_on "openjdk" => :test
Expand Down

0 comments on commit f6177cc

Please sign in to comment.