homebrew-cask/Casks/hear.rb

15 lines
472 B
Ruby
Raw Normal View History

2014-04-17 23:55:17 +08:00
class Hear < Cask
version '1.1.6'
sha256 'e7b5e5782020be407f456e59167770b07afc97afb0f1f7e9d226c00c524b106b'
2014-09-26 20:08:57 +08:00
url "https://s3.amazonaws.com/prosoft-engineering/hear/Hear_#{version}.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-10-01 23:33:01 +08:00
license :unknown
2014-09-16 00:05:40 +08:00
app 'Hear.app'
2014-04-17 23:55:17 +08:00
caveats <<-EOS.undent
To uninstall open Hear.app and go to the menu Hear > Uninstall...
EOS
end