Skip to content

Commit 28a3bbe

Browse files
authored
Merge pull request #246673 from Homebrew/bump-moon-1.41.2
moon 1.41.2
2 parents 5e37133 + 116c56b commit 28a3bbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/moon.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Moon < Formula
22
desc "Task runner and repo management tool for the web ecosystem, written in Rust"
33
homepage "https://moonrepo.dev/moon"
4-
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.41.1.tar.gz"
5-
sha256 "22e4dbee614ecde8ecbe5241db9c2ca58f2aec28ef7e8fc9211fdaee400b6de7"
4+
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.41.2.tar.gz"
5+
sha256 "4b23668ae7f98a5555dd774585d1ed04819a89f90f6a7887cd41b68d5c0ca5f7"
66
license "MIT"
77
head "https://github.com/moonrepo/moon.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Moon < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "50e3769a65049bc161412cefc6f7fcb060ada5a978c34a76329c77d989ac10c1"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2aff34f7a0d361bd0f87d27b828979d788135f64d1f204d7d46ec5070b63bd43"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb1a0ec4612b6a6f6852da50d864c976d9a3ff03707e2d22bca58f3271040f9b"
18-
sha256 cellar: :any_skip_relocation, sonoma: "fa88f74f766d99debc52550b7359b17752e6e7757bba8008e1471da17528568d"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "8c6a9993022b5abbb0af61e5a827225ee6e38ce6eda394d867f9028a35cae693"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "24bdd1a038b1217d048c409c08e42b7d7e4ebd3dee158ecb2d19854ab2f7bde4"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "892497b15c2056e63d94f8781a43c693f45e59a20cd6c735e327ecdcc83cd8e5"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "52fe439581b678e7f790e179d32b54851f59f46598abcde47cbbaf433e8f1293"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7346efb189cd7570bb14f8d1693d95565889c1f6f260d12d2d4862da89108d6b"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c7da0fec68723760990f2f7653c46a440eac32a117e750b2d16ea011349c9dbc"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "efffd1a13c90095387cad035815e68619d63b0042faa2fd33069163d6e53b5da"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb4544b9bad8fdc2a0d4dad551962869ec09ef3de1b429f27e47bbd934714dbc"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)