homebrew-cask/Casks/hear.rb

17 lines
532 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"
2018-06-12 22:37:26 +08:00
appcast 'https://www.prosofteng.com/resources/sparkle/sparkle.php?psProduct=Hear'
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
caveats <<~EOS
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