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 11class Uhubctl < Formula
22 desc "USB hub per-port power control"
33 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 "
66 sha256 "56ca15ddf96d39ab0bf8ee12d3daca13cea45af01bcd5a9732ffcc01664fdfa2"
7- license "GPL-2.0"
7+ license "GPL-2.0-only "
88
9- depends_on "libusb"
109 depends_on "pkg-config" => :build
10+ depends_on "libusb"
1111
1212 livecheck do
1313 url :stable
@@ -19,6 +19,6 @@ def install
1919 end
2020
2121 test do
22- system " #{ bin } / uhubctl", "-v"
22+ system bin / " uhubctl", "-v"
2323 end
2424end
You can’t perform that action at this time.
0 commit comments