diff --git a/Casks/halla.rb b/Casks/halla.rb new file mode 100644 index 00000000000..fb643adf796 --- /dev/null +++ b/Casks/halla.rb @@ -0,0 +1,15 @@ +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' + license :mit + + app 'Halla.app' + + caveats 'See https://github.com/rstacruz/halla/blob/master/README.md on creating your ~/.hallarc' +end