diff --git a/Formula/maxwell.rb b/Formula/maxwell.rb index 4e47c93d3cf..4a83bd36d3e 100644 --- a/Formula/maxwell.rb +++ b/Formula/maxwell.rb @@ -11,7 +11,13 @@ class Maxwell < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "331b995f8df51e601961b10401579a465c1125bc162bee488eb43a90f9839aa0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c8e33c2ccad6059f229caf967aeeec0ae355cf124620931a368c47c7f174caee" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ab109330df7de6398dd695de212d7dcb4be8eb9f31f360eabc48278f41ad4328" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "7e511b623e634ed38d01d7f7e2c5b901c5da3d54ba54ecb6405b3129dda5fdc4" + sha256 cellar: :any_skip_relocation, ventura: "3319419239f6ee666ca7a85f4912144501a87084214024fb2d7341f2b50b8684" + sha256 cellar: :any_skip_relocation, monterey: "ab8797e4859c7f39b9b8143abbad5038a924868bf8d5182ec7e54c831544648c" + sha256 cellar: :any_skip_relocation, big_sur: "ed607c27704986c040a15ec6574d273464cfbd105aafd5c91f6ac494ea230e14" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9c8ab943f25ab35aa1cedabe67428f1919ae9ede6d9e8e1f5e9c102be591a460" end depends_on "openjdk@11"