Skip to content

Commit d85f100

Browse files
committed
homebrew audit: livecheck must be before depends_on
1 parent 65f6d48 commit d85f100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/uhubctl.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ class Uhubctl < Formula
66
license "GPL-2.0-only"
77
head "https://github.com/mvp/uhubctl.git", branch: "master"
88

9-
depends_on "pkg-config" => :build
10-
depends_on "libusb"
11-
129
livecheck do
1310
url :stable
1411
end
1512

13+
depends_on "pkg-config" => :build
14+
depends_on "libusb"
15+
1616
def install
1717
system "make"
1818
bin.install "uhubctl"

0 commit comments

Comments
 (0)