Files
homebrew-cask/Casks/s/serial-tools.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
326 B
Ruby

cask "serial-tools" do
version "0.6"
sha256 :no_check
url "https://www.w7ay.net/site/Downloads/Serial%20Tools/Serial%20Tools%20app.dmg"
name "Serial Tools"
homepage "https://www.w7ay.net/site/Applications/Serial%20Tools/"
livecheck do
url :url
strategy :extract_plist
end
app "Serial Tools.app"
end