homebrew-cask/Casks/hstracker.rb

13 lines
470 B
Ruby

cask 'hstracker' do
version '1.5.1c'
sha256 'cca7c50389d330ed41b68fdeffe88c95252e369049c5c1c7cf59464582c1f150'
# 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