Skip to content

Commit 7b0f504

Browse files
authored
Merge pull request #235815 from Homebrew/bump-moon-1.40.0
moon 1.40.0
2 parents 83f13c8 + abc1f06 commit 7b0f504

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.39.4.tar.gz"
5-
sha256 "20d4d16032ff0502c346a7772d3f623f1ba42b5d66f472ea03ab3f69eca042e5"
4+
url "https://github.com/moonrepo/moon/archive/refs/tags/v1.40.0.tar.gz"
5+
sha256 "d9422f60aa28061e2833ad85ed7b35542826ad64395613cb0c46c000cbdc9842"
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: "7052807e7fff1b75fd52936f59177deb469b01cdd8c28a8d04abdf289d8cce95"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1ef6687a8aa92f4995adc8f5046a19c0cc4822133b8183520163cce0a40dc32"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "38f8f8960cd54e0d1abc606326f92077e4a3e8d05f8e5a176376871ea32e0570"
18-
sha256 cellar: :any_skip_relocation, sonoma: "37798249f2b7154d60239244688f9f1e9511436040c10eba5ec914db0197d3e4"
19-
sha256 cellar: :any_skip_relocation, ventura: "0d97b25dbfabcbec2304a3001852fbc081b84555374dee24d5e204018394de7d"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "2c9ddcaa0a32231f13cb6b3a449a999803611457a9d839aa0a5d3d6e78125c9b"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "05122bb402cad1e913a5063e169245a754fc67090472e8c04b1ce4f40f6734d1"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "566cba57972c0aa158357e87b71fd33c156532247202c61abca37a3321f7e867"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "623f86bf83b53e5e9295d2d5e66af5ea32e943e69c1892260908c4d80e2e6c42"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "da81540c7ea0556b85db9ab00ed6e059fd63094337639ca7dad359a628e53de1"
18+
sha256 cellar: :any_skip_relocation, sonoma: "b63b6c4445f067554c8a04ee30360fa858207c66e6eb517823e47f0757dbc630"
19+
sha256 cellar: :any_skip_relocation, ventura: "cf3f83a812169e7755ca30795ead6ac4c2ed29b1d3b2131041d133b856a34a5e"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "a5acef45b760ce57b5cf9e4176c0836ea56c77cb3fe27c282960790deda4dff6"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e63abc85eb6154ab86d70d86f9604e0e3635880695c83150942091415649f1e"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)