From 50a415666914c1725adee3fac27527af5acf3a5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:17:28 +0000 Subject: [PATCH 1/2] mx 7.36.3 --- Formula/m/mx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index 99552b5109755..cf21bd1ff9dc4 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.36.2.tar.gz" - sha256 "2926a4418503ff7b3df605fa7e0cb39e98ce1a55d9eee91d746968a7c6fb55c0" + url "https://github.com/graalvm/mx/archive/refs/tags/7.36.3.tar.gz" + sha256 "ef9b12d4ebe833e04f9c4a6e10e64315c03f6825f8ffb8380c6b0a653bc0a909" license "GPL-2.0-only" livecheck do From ce71572e135771ee76ba5bb918ce7634eba6e9be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:53:51 +0000 Subject: [PATCH 2/2] mx: update 7.36.3 bottle. --- Formula/m/mx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mx.rb b/Formula/m/mx.rb index cf21bd1ff9dc4..2158b73409b5e 100644 --- a/Formula/m/mx.rb +++ b/Formula/m/mx.rb @@ -11,7 +11,7 @@ class Mx < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "c955b346ebd049290ef93940af4c6af351c0783c80fd55e5cb525a9fb78c849f" + sha256 cellar: :any_skip_relocation, all: "2831403832dd7938c41d3487f808ee71e7e936936fd2ec65b15482a69dcbfd0c" end depends_on "openjdk" => :test