Skip to content

Commit 4539f5e

Browse files
authored
Merge pull request #228056 from Homebrew/bump-moon-1.38.0
moon 1.38.0
2 parents 786b1ab + 141bde7 commit 4539f5e

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.37.3.tar.gz"
5-
sha256 "d6007ebf5d5bd5d289dda839f185a1d736c0ae8a98de93323db17a1cb878a0f8"
4+
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.38.0.tar.gz"
5+
sha256 "8ad0749135751e4cfc286e86115b878ecffe21674d3faea3ee6f052ba52e0712"
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: "de334030263b6e4162d0be59b387318650878095c0ca9992c23ae19990df9a9f"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9671fba10c5070352d68e75aac8ae9364cbc41709268dd8708ae33b9e0d3f129"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2142272e1b02927cf6ded3729197e59aefe053e050be5545d02cbf8686209d0f"
18-
sha256 cellar: :any_skip_relocation, sonoma: "c8e874862d6a13f48c3bf92fb0db267140b354d9f9bbe4f46cf60428dfd34540"
19-
sha256 cellar: :any_skip_relocation, ventura: "c68df6575d1d2a971b9c52bca356ed7773b43ad44d3d321f02e2bd6efe05f1f3"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "81fad2c14bb9bc373537e92316298b20a0259f53df7855a68c67dfdd7780a960"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fb723ce255d1bfc9279e55e424f3b55beb08a0d37ed4d2f136835f0d5fb51dc"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdb79bc6629237e677a79f8a0c6015bc09123d5199a95b4330c8dbefd2219393"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc3003a78a90c6b04561d169385e5c78c3618ad25ec5273716c82a675d1104f7"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5c441daae01d424aaada3c6d3f38881cf2201644ff36d4bc0684a0bb8662ace5"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ee943c2912e67ef4e21b6255385406e08d9a991ee168d44343d8e084f6fd92e6"
19+
sha256 cellar: :any_skip_relocation, ventura: "1e3b47b07201edd36b1779bb8e0622d911462634397ee19fd937a8ce4d0e9bff"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "03d0c12b41fa757c80e3ba08d314f3f0a14c08191528b3b1fbfcfa562aa4ece0"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0132c9392eb79282f767e27c68cbfe39478c60cade87e4d937885a94e7bac715"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)