Skip to content

Commit 8f368f0

Browse files
authored
Merge pull request #220332 from Homebrew/bump-microplane-0.0.36
microplane 0.0.36
2 parents b8bea4e + d50bc39 commit 8f368f0

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Formula/m/microplane.rb

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
class Microplane < Formula
22
desc "CLI tool to make git changes across many repos"
33
homepage "https://github.com/Clever/microplane"
4-
url "https://github.com/Clever/microplane/archive/refs/tags/v0.0.35.tar.gz"
5-
sha256 "b8bdb4ae49a0354cc0a79dd4c91dddcf75167b02dc0b3060f071c27740ab58ff"
4+
url "https://github.com/Clever/microplane/archive/refs/tags/v0.0.36.tar.gz"
5+
sha256 "efa78a7b3b385124e73e230d71667a6af45cd294cd901ea25d47031a97c7498c"
66
license "Apache-2.0"
77
head "https://github.com/Clever/microplane.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8725ec0214b5f37d9bd5ab7ef3025df23b281b22b34c15d6dc65276752e0ca86"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8725ec0214b5f37d9bd5ab7ef3025df23b281b22b34c15d6dc65276752e0ca86"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8725ec0214b5f37d9bd5ab7ef3025df23b281b22b34c15d6dc65276752e0ca86"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ecca91e14f27f6c65b4dbde35187fd369c309b23d5898e6e7121daac41fc6ea0"
14-
sha256 cellar: :any_skip_relocation, ventura: "ecca91e14f27f6c65b4dbde35187fd369c309b23d5898e6e7121daac41fc6ea0"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "42b83dffc0c0573172f2217ac257cf0ea2f2df2d763570d1b26652868b53ec96"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d3f92ce6eb78de3a8789aeb12afe4c021c98c0c257bb46519a5a85fb725d02a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d3f92ce6eb78de3a8789aeb12afe4c021c98c0c257bb46519a5a85fb725d02a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4d3f92ce6eb78de3a8789aeb12afe4c021c98c0c257bb46519a5a85fb725d02a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "22a8fd778008830116ac7046f6bcaea8e19b647d4660768e337a59359db6f12c"
14+
sha256 cellar: :any_skip_relocation, ventura: "22a8fd778008830116ac7046f6bcaea8e19b647d4660768e337a59359db6f12c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dd4a6e1e4dc1ab0adbeb7815c059ae06a93cad65ae9786756dc413fc74614cdb"
1616
end
1717

1818
depends_on "go" => :build
1919

20+
# bump to go 1.23, upstream pr ref, https://github.com/Clever/microplane/pull/295
21+
patch do
22+
url "https://github.com/Clever/microplane/commit/3e2f1371e56af6d65fc62af5c306a7d6485321ad.patch?full_index=1"
23+
sha256 "6ba123167defb192f0f97d6dc918be9a557014f8a0367f6be663232b930e3dd5"
24+
end
25+
2026
def install
2127
system "go", "build", *std_go_args(output: bin/"mp", ldflags: "-s -w -X main.version=#{version}")
2228

0 commit comments

Comments
 (0)