homebrew-cask/Casks/hear.rb

20 lines
819 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'hear' do
version '1.2.1'
sha256 '6acd179b108283a51debac3c6a4f7cf20220d4129a702ce702f06cc7e2884649'
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:08:57 +08:00
url "https://s3.amazonaws.com/prosoft-engineering/hear/Hear_#{version}.dmg"
2014-10-15 23:43:50 +08:00
appcast 'http://www.prosofteng.com/resources/sparkle/sparkle.php?psProduct=Hear',
:sha256 => '48edc9b03ce5d9709b27fb5099dc3cce25cc8920656b9cdb9a066ae7999c8d9d'
2015-01-05 05:48:24 +08:00
name 'Hear'
homepage 'https://www.prosofteng.com/hear/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:40 +08:00
app 'Hear.app'
2014-10-07 22:44:48 +08:00
# todo: an uninstall stanza should be provided, and this message removed
2014-04-17 23:55:17 +08:00
caveats <<-EOS.undent
2014-10-07 22:44:48 +08:00
To uninstall, open Hear.app and choose the menu item "Hear > Uninstall"
2014-04-17 23:55:17 +08:00
EOS
end