From cd8173cb900ad1ad867abc1871818a1cb48928ba Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 3 Mar 2023 14:33:48 -0800 Subject: [PATCH] v0.25.2 - ventura (#14) * v0.25.2 - ventura * Swap order. * wow. --- Formula/moon.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/moon.rb b/Formula/moon.rb index 4c0571a..3cc08b1 100644 --- a/Formula/moon.rb +++ b/Formula/moon.rb @@ -7,8 +7,9 @@ class Moon < Formula bottle do root_url "https://github.com/moonrepo/homebrew-tap/releases/download/moon-0.25.2" - sha256 cellar: :any_skip_relocation, monterey: "b423b52d09fe23c04583d57849fe2721767f53a221cf1585d4b510e71fecb860" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e893d68d381d048d9ab9431450818360bfc78e79454e26c15e838e4432eef9d6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6a51bdda5e0faa87a8e7d097703451394b1db3edf10664e4c8ae7c599ef95832" + sha256 cellar: :any_skip_relocation, monterey: "b423b52d09fe23c04583d57849fe2721767f53a221cf1585d4b510e71fecb860" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e893d68d381d048d9ab9431450818360bfc78e79454e26c15e838e4432eef9d6" end depends_on "rust" => :build