homebrew-cask/Casks/stats.rb

25 lines
724 B
Ruby

cask "stats" do
version "2.1.14"
sha256 "cba7c87eba9632f411365d650d5c1dd5552c120b73e6ef90c50c9c499fb6fa3c"
url "https://github.com/exelban/stats/releases/download/v#{version}/Stats.dmg"
appcast "https://github.com/exelban/stats/releases.atom"
name "Stats"
homepage "https://github.com/exelban/stats"
auto_updates true
depends_on macos: ">= :mojave"
app "Stats.app"
uninstall quit: "eu.exelban.Stats"
zap trash: [
"~/Library/Preferences/eu.exelban.Stats.plist",
"~/Library/Application Scripts/eu.exelban.Stats.LaunchAtLogin",
"~/Library/Containers/eu.exelban.Stats.LaunchAtLogin",
"~/Library/Cookies/eu.exelban.Stats.binarycookies",
"~/Library/Caches/eu.exelban.Stats",
]
end