homebrew-cask/Casks/hall.rb

17 lines
656 B
Ruby
Raw Normal View History

2014-11-14 01:25:59 +08:00
cask :v1 => 'hall' do
version '1.0.5'
sha256 '70e8db2d6f8336d656ad5faa34125ecd76ed2b5322e654180fb9459dbcfa1aec'
2014-10-27 22:43:04 +08:00
url "https://hall.com/desktop/osx/installers/Hall_#{version.gsub('.','_')}.dmg"
2015-01-30 03:26:09 +08:00
name 'Hall'
2015-05-25 03:37:50 +08:00
appcast 'https://hall.com/desktop/osx/appcast.xml',
:sha256 => '8205b01d6dbb320cab724d9592074c8fae07bd46ff464ef91a8d543285a5d7f7'
homepage 'https://hall.com/download-hall/hall-for-mac'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:02 +08:00
pkg 'Hall.pkg'
2014-11-22 22:12:40 +08:00
2014-09-13 22:23:02 +08:00
uninstall :pkgutil => 'com.companyline.hall.desktop',
2014-09-18 19:57:56 +08:00
:delete => '/Applications/Hall.app'
end