cask "hstracker" do version "2.0.5" sha256 "f75d10aeb8a7fe634c941c96b24e48b5d2a0d2ff6147c2f9c66ea8d4d2eb4069" 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+)+)$/) end 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