ctop: use `go` to build

Closes #111570.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-09-23 18:19:27 -07:00 committed by BrewTestBot
parent 580188ab8c
commit 44f9ecb1cc
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ class Ctop < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "30607fe87d023df1ab88efe82c18af28e5276cfb8281de6b51bdedea41b5179e"
end
# Bump to 1.18 on the next release (0.7.7 or later).
depends_on "go@1.17" => :build
depends_on "go" => :build
def install
system "make", "build"