Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / w / weakauras-companion.rb
blob65dd166c4fb98d90da94bd9ebfc726844672285b
1 cask "weakauras-companion" do
2   version "5.2.10"
3   sha256 "acd79515c9a9c66489a17025e79961532b601f6721d5593ea176ac9e2416c913"
5   url "https://github.com/WeakAuras/WeakAuras-Companion/releases/download/v#{version}/WeakAuras-Companion-#{version}-mac-universal.dmg"
6   name "WeakAuras Companion"
7   desc "Update your auras from Wago.io and creates regular backups of them"
8   homepage "https://github.com/WeakAuras/WeakAuras-Companion/"
10   depends_on macos: ">= :big_sur"
12   app "WeakAuras Companion.app"
14   zap trash: [
15     "~/Library/Application Support/weakauras-companion",
16     "~/Library/Logs/weakauras-companion",
17     "~/Library/Preferences/wtf.weakauras.companion.plist",
18   ]
19 end