mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
14 lines
471 B
Ruby
14 lines
471 B
Ruby
class Whatpulse < Cask
|
|
version '2.4'
|
|
sha256 'baa7f17829cf70241845642891bceb4c4e4f276152a90e804eb271bdf1ffdbe8'
|
|
|
|
url "http://amcdn.whatpulse.org/files/whatpulse-mac-#{version}.dmg"
|
|
homepage 'http://www.whatpulse.org/'
|
|
|
|
pkg "WhatPulse #{version}.mpkg"
|
|
uninstall :delete => [
|
|
'/Applications/WhatPulse.app',
|
|
'/Library/StartupItems/ChmodBPF',
|
|
],
|
|
:quit => 'com.whatpulse.mac'
|
|
end
|