mirror of
https://github.com/mvp/uhubctl.git
synced 2026-05-17 00:16:13 +03:00
homebrew audit: livecheck must be before depends_on
This commit is contained in:
@@ -6,13 +6,13 @@ class Uhubctl < Formula
|
||||
license "GPL-2.0-only"
|
||||
head "https://github.com/mvp/uhubctl.git", branch: "master"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libusb"
|
||||
|
||||
livecheck do
|
||||
url :stable
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libusb"
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "uhubctl"
|
||||
|
||||
Reference in New Issue
Block a user