Skip to content

Commit d00a167

Browse files
committed
homebrew audit insists on checksum before head
1 parent 16001b0 commit d00a167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/uhubctl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Uhubctl < Formula
22
desc "USB hub per-port power control"
33
homepage "https://github.com/mvp/uhubctl"
44
url "https://github.com/mvp/uhubctl/archive/refs/tags/v2.6.0.tar.gz"
5-
head "https://github.com/mvp/uhubctl.git", branch: "master"
65
sha256 "56ca15ddf96d39ab0bf8ee12d3daca13cea45af01bcd5a9732ffcc01664fdfa2"
6+
head "https://github.com/mvp/uhubctl.git", branch: "master"
77
license "GPL-2.0-only"
88

99
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)