Merge pull request #1337 from leonelgalan/hall

Adds Cask for Hall
This commit is contained in:
Fernando Paredes 2013-10-28 15:14:04 -07:00
commit 1b9dfc2f44
1 changed files with 8 additions and 0 deletions

8
Casks/hall.rb Normal file
View File

@ -0,0 +1,8 @@
class Hall < Cask
url 'https://hall.com/desktop/osx/installers/Hall_1_0_5.dmg'
homepage 'https://hall.com/download-hall/hall-for-mac'
version '1.0.5'
sha1 '051a68743c1bd522530ac72d06427106b35220ea'
install 'Hall.pkg'
uninstall :pkgutil => 'com.companyline.hall.desktop', :files => '/Applications/Hall.app'
end