From d00a167ab4a643313f92653769644fe7dd2bbc5c Mon Sep 17 00:00:00 2001 From: Vadim Mikhailov Date: Thu, 17 Apr 2025 13:35:31 -0700 Subject: [PATCH] homebrew audit insists on checksum before head --- Formula/uhubctl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/uhubctl.rb b/Formula/uhubctl.rb index 833f0ae..524bb0a 100644 --- a/Formula/uhubctl.rb +++ b/Formula/uhubctl.rb @@ -2,8 +2,8 @@ class Uhubctl < Formula desc "USB hub per-port power control" homepage "https://github.com/mvp/uhubctl" url "https://github.com/mvp/uhubctl/archive/refs/tags/v2.6.0.tar.gz" - head "https://github.com/mvp/uhubctl.git", branch: "master" sha256 "56ca15ddf96d39ab0bf8ee12d3daca13cea45af01bcd5a9732ffcc01664fdfa2" + head "https://github.com/mvp/uhubctl.git", branch: "master" license "GPL-2.0-only" depends_on "pkg-config" => :build