homebrew-cask/Casks/hstracker.rb

13 lines
469 B
Ruby

cask 'hstracker' do
version '1.5.0'
sha256 '240b7aa516353ebd2fdcd986d6380df5497694d12236d62973f7bd4a8c727f18'
# 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