From d85f100c98ca6afbb9042ff140fa3fc7222f0354 Mon Sep 17 00:00:00 2001 From: Vadim Mikhailov Date: Thu, 17 Apr 2025 13:51:05 -0700 Subject: [PATCH] homebrew audit: livecheck must be before depends_on --- Formula/uhubctl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/uhubctl.rb b/Formula/uhubctl.rb index baad88c..2d38177 100644 --- a/Formula/uhubctl.rb +++ b/Formula/uhubctl.rb @@ -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"