cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / hall.rb
blob77243540c1a54310b8b30e71c230d07c33da091c
1 cask :v1 => 'hall' do
2   version '1.0.5'
3   sha256 '70e8db2d6f8336d656ad5faa34125ecd76ed2b5322e654180fb9459dbcfa1aec'
5   url "https://hall.com/desktop/osx/installers/Hall_#{version.gsub('.','_')}.dmg"
6   homepage 'https://hall.com/download-hall/hall-for-mac'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   pkg 'Hall.pkg'
11   uninstall :pkgutil => 'com.companyline.hall.desktop',
12             :delete  => '/Applications/Hall.app'
13 end