cask "hstracker" do version "2.6.1" sha256 "3a84106e6c6fac6af828b25b106eb8582eaa05e6e6b4d4292ad9374d3f1d9419" url "https://github.com/HearthSim/HSTracker/releases/download/#{version}/HSTracker.app.zip", verified: "github.com/HearthSim/HSTracker/" name "Hearthstone Deck Tracker" desc "Deck tracker and deck manager for Hearthstone" homepage "https://hsdecktracker.net/" livecheck do url :url regex(/^v?(\d+(?:\.\d+)+)$/i) end auto_updates true depends_on macos: ">= :sierra" app "HSTracker.app" zap trash: [ "~/Library/Application Support/HSTracker", "~/Library/Application Support/net.hearthsim.hstracker", "~/Library/Caches/HSTracker", "~/Library/Caches/net.hearthsim.hstracker", "~/Library/Cookies/net.hearthsim.hstracker.binarycookies*", "~/Library/Logs/HSTracker", "~/Library/Preferences/net.hearthsim.hstracker.plist", "~/Library/Saved Application State/net.hearthsim.hstracker.savedState", ] end