Skip to content

Commit 72914b3

Browse files
authored
Merge pull request #229307 from Homebrew/bump-moon-1.38.4
moon 1.38.4
2 parents dd4d752 + aa0cc63 commit 72914b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/moon.rb

Lines changed: 9 additions & 9 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.38.3.tar.gz"
5-
sha256 "e457b1741c5c075aef84f0b357ad0828f6bdfbbdf586174d1889f366a44b74ca"
4+
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.38.4.tar.gz"
5+
sha256 "165199c9a8318b470f45133d016a1930eef346df0fea0abbbd7b237e205569c0"
66
license "MIT"
77
head "https://github.com/moonrepo/moon.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe4f033a6cb4526e01899e56d822a06d11d8999674c4ba480faa87fc9d5bc9b2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2adb2fe31e65e67a6993d1bc4f447090557fd483cce3fdf9eb1a57440e12bac8"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8e8f0f011b7964cfa8ea548a53bc2687f6820cea38198a61b1c6b6ff3f023ac7"
18-
sha256 cellar: :any_skip_relocation, sonoma: "dfaa715227ae10c2847d97f201060b244b446e56c6670fd66b88a0dde255707f"
19-
sha256 cellar: :any_skip_relocation, ventura: "1e420781f7f0891019cf73839f55ef429bf10be32ce5d034c2b837822fc39b16"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "667a3a3987500fc6347a5b65a91998002ba8e60c5d88e81c41e0692aaa062c0e"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a73ad844605437195afc98fab1c3fd7f9900463cb3deac86f2e67a005af8986"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7f7b08418eab95b1bb4e5afdd61482fe9821ea0d37320e00a3976e86ef7ced1"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc469358ac65fb9b836b765d6384c6a8120792daef6a5efaed6b58f70632949f"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "486d5990ebe7ccf9a36f54f5756a240b9d855d811375c85c57f64872ee5728ca"
18+
sha256 cellar: :any_skip_relocation, sonoma: "e58addbbe63aad00c97e5ae4e390f14249f3a6c2c8defa67f82b155872962105"
19+
sha256 cellar: :any_skip_relocation, ventura: "45cf2b1356cf8ce9158dc650c25dd6ae84a03e57b04829d3097e095b2b1ee636"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "1b5218f98289bc2f02edd192cf631a652d6c391ed1f25d78ad8d6f134a5db636"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e55796da76ce76fb6ff94f64e1cd851a0faf45836423f31b02718b1e98470eb"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)