homebrew-cask/Casks/hstracker.rb

13 lines
469 B
Ruby

cask 'hstracker' do
version '1.6.1'
sha256 'e31a703a508d4cc4f99d81efe924a5ab808516792f3cffa797a76bef602c13d4'
# 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