File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
class Uhubctl < Formula
2
2
desc "USB hub per-port power control"
3
3
homepage "https://github.com/mvp/uhubctl"
4
- head "https://github.com/mvp/uhubctl.git "
5
- url "https://github.com/mvp/uhubctl/archive/v2.6.0.tar.gz "
4
+ url "https://github.com/mvp/uhubctl/archive/refs/tags/v2.6.0.tar.gz "
5
+ head "https://github.com/mvp/uhubctl.git" , branch : "master "
6
6
sha256 "56ca15ddf96d39ab0bf8ee12d3daca13cea45af01bcd5a9732ffcc01664fdfa2"
7
- license "GPL-2.0"
7
+ license "GPL-2.0-only "
8
8
9
- depends_on "libusb"
10
9
depends_on "pkg-config" => :build
10
+ depends_on "libusb"
11
11
12
12
livecheck do
13
13
url :stable
@@ -19,6 +19,6 @@ def install
19
19
end
20
20
21
21
test do
22
- system " #{ bin } / uhubctl", "-v"
22
+ system bin / " uhubctl", "-v"
23
23
end
24
24
end
You can’t perform that action at this time.
0 commit comments