We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00a167 commit 1485205Copy full SHA for 1485205
Formula/uhubctl.rb
@@ -1,10 +1,10 @@
1
class Uhubctl < Formula
2
desc "USB hub per-port power control"
3
homepage "https://github.com/mvp/uhubctl"
4
+ license "GPL-2.0-only"
5
url "https://github.com/mvp/uhubctl/archive/refs/tags/v2.6.0.tar.gz"
6
sha256 "56ca15ddf96d39ab0bf8ee12d3daca13cea45af01bcd5a9732ffcc01664fdfa2"
7
head "https://github.com/mvp/uhubctl.git", branch: "master"
- license "GPL-2.0-only"
8
9
depends_on "pkg-config" => :build
10
depends_on "libusb"
0 commit comments