homebrew-cask-versions/Casks/hear.rb
George Plymale 3899a65c09 Update hear.rb
Version update today to 1.2.1.  I grabbed the file via the s3 bucket and then ran `shasum -a 256` on it.  Not sure if this is the right procedure, so I wanted to try this and get some feedback.  

But what is the `appcast` url and sha sum there fore?  Obviously I didn't update those as I wasn't sure what is going on there.
2014-12-11 14:13:54 -05:00

17 lines
695 B
Ruby

cask :v1 => 'hear' do
version '1.2.1'
sha256 '6acd179b108283a51debac3c6a4f7cf20220d4129a702ce702f06cc7e2884649'
url "https://s3.amazonaws.com/prosoft-engineering/hear/Hear_#{version}.dmg"
appcast 'http://www.prosofteng.com/resources/sparkle/sparkle.php?psProduct=Hear',
:sha256 => '48edc9b03ce5d9709b27fb5099dc3cce25cc8920656b9cdb9a066ae7999c8d9d'
homepage 'http://www.prosofteng.com/products/hear.php'
license :unknown # todo: improve this machine-generated value
app 'Hear.app'
# todo: an uninstall stanza should be provided, and this message removed
caveats <<-EOS.undent
To uninstall, open Hear.app and choose the menu item "Hear > Uninstall"
EOS
end