Skip to content

Commit

Permalink
v0.25.2 - ventura (#14)
Browse files Browse the repository at this point in the history
* v0.25.2 - ventura

* Swap order.

* wow.
  • Loading branch information
milesj authored Mar 3, 2023
1 parent 3495359 commit cd8173c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/moon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd8173c

Please sign in to comment.