Skip to content

Commit

Permalink
Merge pull request #178146 from Homebrew/bump-moon-1.27.3
Browse files Browse the repository at this point in the history
moon 1.27.3
  • Loading branch information
BrewTestBot authored Jul 23, 2024
2 parents abffafd + f8abdf7 commit 4d4dca2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/moon.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Moon < Formula
desc "Task runner and repo management tool for the web ecosystem, written in Rust"
homepage "https://moonrepo.dev/moon"
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.27.2.tar.gz"
sha256 "badd487079ce59de895041c015fa7ebd8990147cd3bf7268bd27dc5b7bf0200d"
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.27.3.tar.gz"
sha256 "74180f3c74965d9d0437abd92f20c38443ce76f16e57a5e5a1a32b43a21855b1"
license "MIT"
head "https://github.com/moonrepo/moon.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class Moon < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "273d2c7f4bd7b193dd7cf2f508a7e9eb8246eaee892e721c0c9a47c5d0a040c4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "11e49851cb18961eeecc4ff0edca3cc657bb6a84ca1a4d3ff969126c1b493eb3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1883fdab3e6611254f7558be511a25c96b2fa115008568129a5a34a1dae47f3c"
sha256 cellar: :any_skip_relocation, sonoma: "8caeed2046b168942938f567dfddc04c9315e4bdf7bf074e2e617846a1cbc019"
sha256 cellar: :any_skip_relocation, ventura: "640578920f7a03dc930950d6114320fdf607f6993462697de957bd3a8649c072"
sha256 cellar: :any_skip_relocation, monterey: "3738f2b464d09e475e4620bb7da4585f7e246f2c59048f4fb22f0e46cf4595a4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47594f52ceb94760b6097ae3791aeba210dc2ededbef5a790586300089d09977"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbeb3284e360e36f9b1ebb4f56fd5c1345f51159ed37fa6a67feadbd626df770"
sha256 cellar: :any_skip_relocation, arm64_ventura: "64e28ebe9036ef55be16b290588d70252b6acf0ea5665037dc9b7cf4dde48f87"
sha256 cellar: :any_skip_relocation, arm64_monterey: "18e72bf61a6a3dfcf23376fd592ec5f755225c2f1a12eeaa2dc3dd160aeae6c5"
sha256 cellar: :any_skip_relocation, sonoma: "be3593437b8d088629a55b16dd1a1978a11981fad2e1a6f7f0c9c3698e15fcc4"
sha256 cellar: :any_skip_relocation, ventura: "8a39dfc305e88432d8cf1a41152c79ee07cd7ae7a79b0738e2bdbfa3efb89c44"
sha256 cellar: :any_skip_relocation, monterey: "f674806db152eba3e4393a7f152653d35b55ed5f0738cccf7f4e81488ea6b098"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e8ffe5123b0bfad63dffa9b6ca15a513fb2ca8e93c7d027cfe626fb241a5042f"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 4d4dca2

Please sign in to comment.