Skip to content

Commit 5791ec6

Browse files
BrewTestBotchenrui333
authored andcommitted
microplane 0.0.36
microplane: bump to go1.23 Signed-off-by: Rui Chen <[email protected]>
1 parent 0fb1d2c commit 5791ec6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/m/microplane.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -17,6 +17,12 @@ class Microplane < Formula
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)