Skip to content

Commit

Permalink
Merge pull request #178769 from stefanb/aliyunpan-pin-go-1.22
Browse files Browse the repository at this point in the history
aliyunpan: build with [email protected]
  • Loading branch information
BrewTestBot authored Aug 17, 2024
2 parents 12f5541 + 8c52e0b commit 465d3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/a/aliyunpan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class Aliyunpan < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "cce09c84f4d2f1693945d82ab873d0a419913a8bfc3b87d4acd160803abe76b1"
end

depends_on "go" => :build
# use "go" again when https://github.com/tickstep/aliyunpan/issues/437 is resolved and released
depends_on "[email protected]" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
Expand Down

0 comments on commit 465d3f1

Please sign in to comment.