homebrew audit: livecheck must be before depends_on

This commit is contained in:
Vadim Mikhailov
2025-04-17 13:51:05 -07:00
parent 65f6d48cd1
commit d85f100c98

View File

@@ -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"