homebrew-cask/Casks/hstracker.rb

13 lines
469 B
Ruby

cask 'hstracker' do
version '1.4.3'
sha256 '5a98f99756b8d70c44778445281bda605fb1e0b95020109d523aabf49094cfcb'
# 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