homebrew-cask/Casks/hear.rb

18 lines
629 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hear' do
2016-07-26 10:17:10 +08:00
version '1.3.1'
sha256 '2711fbc44e318db8647afdb3f81f0d117946ecbe5e4d39b81732e1518dcfdcd8'
2016-02-27 23:54:08 +08:00
url "https://downloads.prosofteng.com/hear/Hear_#{version}.dmg"
2015-06-27 22:17:52 +08:00
appcast 'https://www.prosofteng.com/resources/sparkle/sparkle.php?psProduct=Hear',
2016-07-26 10:17:10 +08:00
checkpoint: 'fda2626909b97d07dd5ff26d881b7df42ebf51fcf112d29437819b42c62a56c3'
2015-01-05 05:48:24 +08:00
name 'Hear'
2016-11-23 21:33:57 +08:00
homepage 'https://www.prosofteng.com/hear-audio-enhancer/'
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