diff --git a/Formula/lsusb-plus.rb b/Formula/lsusb-plus.rb index 45319b9..ac21eb0 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 "Utility to display USB bus info" 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"