Skip to content

Commit

Permalink
Merge pull request #175113 from Homebrew/bump-mx-7.27.0
Browse files Browse the repository at this point in the history
mx 7.27.1
  • Loading branch information
BrewTestBot committed Jun 19, 2024
2 parents 0529137 + 818895d commit 207853e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.26.1.tar.gz"
sha256 "37c6bb73f830271a09a28692e356666332866fb9815e60c1438acb4d4e696d67"
url "https://github.com/graalvm/mx/archive/refs/tags/7.27.1.tar.gz"
sha256 "71779b0283895da619bb7e0394385fc85e03ca100b49f8b8db3b71e013288774"
license "GPL-2.0-only"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "42665c0211e49ed5539f930ccbc0659406c4a4983ca2225a6f1fae8f134d2f6d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "42665c0211e49ed5539f930ccbc0659406c4a4983ca2225a6f1fae8f134d2f6d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "42665c0211e49ed5539f930ccbc0659406c4a4983ca2225a6f1fae8f134d2f6d"
sha256 cellar: :any_skip_relocation, sonoma: "42665c0211e49ed5539f930ccbc0659406c4a4983ca2225a6f1fae8f134d2f6d"
sha256 cellar: :any_skip_relocation, ventura: "42665c0211e49ed5539f930ccbc0659406c4a4983ca2225a6f1fae8f134d2f6d"
sha256 cellar: :any_skip_relocation, monterey: "42665c0211e49ed5539f930ccbc0659406c4a4983ca2225a6f1fae8f134d2f6d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "23b0ea280b8aa4cbfca51579ed80d0562137132f605f14564d034064edcd3aee"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccf8310fc4cf4f23c75dc346a33264f5cfe4643e82e08bc085401d25a23a336e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ccf8310fc4cf4f23c75dc346a33264f5cfe4643e82e08bc085401d25a23a336e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ccf8310fc4cf4f23c75dc346a33264f5cfe4643e82e08bc085401d25a23a336e"
sha256 cellar: :any_skip_relocation, sonoma: "ccf8310fc4cf4f23c75dc346a33264f5cfe4643e82e08bc085401d25a23a336e"
sha256 cellar: :any_skip_relocation, ventura: "ccf8310fc4cf4f23c75dc346a33264f5cfe4643e82e08bc085401d25a23a336e"
sha256 cellar: :any_skip_relocation, monterey: "ccf8310fc4cf4f23c75dc346a33264f5cfe4643e82e08bc085401d25a23a336e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "74fce9093579e6967d096f4b9597402af3d0e8ce6a0bc51e9897efa069d6c526"
end

depends_on "openjdk" => :test
Expand Down

0 comments on commit 207853e

Please sign in to comment.