homebrew-cask/Casks/hear.rb

20 lines
719 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hear' do
2015-09-17 14:52:57 +08:00
version '1.2.4'
sha256 '54bd28a771cd26813a9177bbd41879694a3998bf712ca6b94b18c45895bc79e6'
# 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"
2015-06-27 22:17:52 +08:00
appcast 'https://www.prosofteng.com/resources/sparkle/sparkle.php?psProduct=Hear',
2015-09-17 14:52:57 +08:00
:sha256 => '70719bdb2692b7d14ac2e410c4c9b75a2849519169b819fd85f6cf99a8caaf13'
2015-01-05 05:48:24 +08:00
name 'Hear'
homepage 'https://www.prosofteng.com/hear/'
2015-09-03 03:18:13 +08:00
license :commercial
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