diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 9a13575d296c..9e80c7d66d41 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -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 @@ -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