homebrew-cask/Casks/halla.rb

15 lines
533 B
Ruby

cask 'halla' do
version '0.6.2'
sha256 '6271fc52a6c4726c371a452f79fccfe190936fbf0d7257b74d1d8e2d50fec2f8'
url "https://github.com/rstacruz/halla/releases/download/v#{version}/halla-osx.zip"
appcast 'https://github.com/rstacruz/halla/releases.atom',
checkpoint: '44182d9e902fc0c5577758b119167e50829a253b2a12b504c5cba372694d3094'
name 'Halla'
homepage 'https://github.com/rstacruz/halla'
app 'Halla.app'
caveats 'See https://github.com/rstacruz/halla/blob/master/README.md on creating your ~/.hallarc'
end