Skip to content

Commit

Permalink
Update LSUSB Formula
Browse files Browse the repository at this point in the history
  • Loading branch information
LanikSJ committed Oct 18, 2023
1 parent e67fa18 commit bbcbf6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/lsusb-plus.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class LsusbPlus < Formula
desc "A utility for displaying information about USB buses in the system and devices connected to them"
desc "List USB devices, just like the Linux lsusb command"
homepage "https://github.com/LanikSJ/lsusb"
url "https://github.com/LanikSJ/lsusb/archive/refs/tags/1.0.1.zip"
url "https://github.com/LanikSJ/lsusb/archive/refs/tags/1.0.1.tar.gz"
sha256 "ac197d054dc685195e1c1fa9c29c8933d04ce4c151bad1ce65fb428a51b3ece7"
head "https://github.com/LanikSJ/lsusb", using: :git
license "MIT"
head "https://github.com/LanikSJ/lsusb", using: :git

def install
bin.install "lsusb"
Expand Down

0 comments on commit bbcbf6e

Please sign in to comment.