homebrew-cask-versions/Casks/whatpulse.rb
scottsuch 7c98e202e3 Resolve #3992
Cleans up parenthesis for uninstall commands and aligns => nicely.
2014-04-23 14:45:09 -04:00

12 lines
453 B
Ruby

class Whatpulse < Cask
url 'http://amcdn.whatpulse.org/files/whatpulse-mac-2.4.dmg'
homepage 'http://www.whatpulse.org/'
version '2.4'
sha256 'baa7f17829cf70241845642891bceb4c4e4f276152a90e804eb271bdf1ffdbe8'
install 'WhatPulse 2.4.mpkg'
uninstall :files => [
'/Applications/WhatPulse.app',
'/Library/StartupItems/ChmodBPF'
],
:quit => 'com.whatpulse.mac'
end