diff --git a/Formula/lsusb-plus.rb b/Formula/lsusb-plus.rb index 45319b9..7c141ec 100644 --- a/Formula/lsusb-plus.rb +++ b/Formula/lsusb-plus.rb @@ -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"