homebrew-cask/Casks/hear.rb

14 lines
451 B
Ruby
Raw Normal View History

2014-04-17 23:55:17 +08:00
class Hear < Cask
version '1.1.6'
sha256 'e7b5e5782020be407f456e59167770b07afc97afb0f1f7e9d226c00c524b106b'
2014-06-18 22:55:22 +08:00
url 'https://s3.amazonaws.com/prosoft-engineering/hear/Hear_1.1.6.dmg'
2014-06-03 01:38:03 +08:00
appcast 'http://www.prosofteng.com/resources/sparkle/sparkle.php?psProduct=Hear'
2014-04-17 23:55:17 +08:00
homepage 'http://www.prosofteng.com/products/hear.php'
2014-04-17 23:55:17 +08:00
link 'Hear.app'
caveats <<-EOS.undent
To uninstall open Hear.app and go to the menu Hear > Uninstall...
EOS
end