homebrew-cask/Casks/hstracker.rb

13 lines
471 B
Ruby

cask "hstracker" do
version "1.6.36"
sha256 "61da9895e8c319a780648e0b73db881ff539feb81ca673e6145560742bdf14d3"
# github.com/HearthSim/HSTracker/ was verified as official when first introduced to the cask
url "https://github.com/HearthSim/HSTracker/releases/download/#{version}/HSTracker.app.zip"
appcast "https://github.com/HearthSim/HSTracker/releases.atom"
name "Hearthstone Deck Tracker"
homepage "https://hsdecktracker.net/"
app "HSTracker.app"
end