mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
8 lines
348 B
Ruby
8 lines
348 B
Ruby
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'
|
|
sha256 '70e8db2d6f8336d656ad5faa34125ecd76ed2b5322e654180fb9459dbcfa1aec'
|
|
install 'Hall.pkg'
|
|
uninstall :pkgutil => 'com.companyline.hall.desktop', :files => '/Applications/Hall.app'
|
|
end
|