homebrew-cask/Casks/fing.rb

20 lines
509 B
Ruby
Raw Normal View History

cask "fing" do
version "2.3.1"
sha256 :no_check
2020-08-21 02:53:52 +08:00
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"
2020-08-21 02:53:52 +08:00
app "Fing.app"
2020-08-21 02:53:52 +08:00
uninstall launchctl: "com.fing.service"
zap trash: [
2020-08-21 02:53:52 +08:00
"~/Library/Application Support/Fing",
"~/Library/Preferences/com.fing.app.plist",
"~/Library/Saved Application State/com.fing.app.savedState",
]
end