homebrew-cask/Casks/hstracker.rb

13 lines
469 B
Ruby

cask 'hstracker' do
version '1.6.3'
sha256 '0652f2da2383b5024268bcdec931c061ea234beb4d6ed908e027cf11b7cd57a3'
# 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