Skip to content

Commit

Permalink
aliyunpan: build with [email protected]
Browse files Browse the repository at this point in the history
use "go" again when tickstep/aliyunpan#437 is resolved and released
  • Loading branch information
stefanb committed Jul 31, 2024
1 parent 15cd50f commit 8c52e0b
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 8c52e0b

Please sign in to comment.