homebrew-cask/Casks/fing.rb

20 lines
566 B
Ruby

cask "fing" do
version "2.3.1"
sha256 "93837ef1f5ce035d443a7d7d750d0a88f3add886a03362bed9307e20a7e02786"
url "https://get.fing.com/fing-desktop-releases/mac/Fing.dmg"
appcast "https://get.fing.com/fing-desktop-releases/mac/latest-mac.yml"
name "Fing Desktop"
homepage "https://www.fing.com/products/fing-desktop"
app "Fing.app"
uninstall launchctl: "com.fing.service"
zap trash: [
"~/Library/Application Support/Fing",
"~/Library/Preferences/com.fing.app.plist",
"~/Library/Saved Application State/com.fing.app.savedState",
]
end