homebrew-cask/Casks/whatpulse.rb

12 lines
361 B
Ruby
Raw Normal View History

2013-12-18 15:41:25 +08:00
class Whatpulse < Cask
2014-09-30 12:44:39 +08:00
version '2.4.1'
sha256 '877a2feb8a916ee4de637cc0839399e9c240bdd3e6a96beb8dd66edb49ffec74'
2014-09-26 20:09:18 +08:00
url "http://amcdn.whatpulse.org/files/whatpulse-mac-#{version}.dmg"
homepage 'http://www.whatpulse.org/'
2014-09-26 20:09:18 +08:00
pkg "WhatPulse #{version}.mpkg"
uninstall :pkgutil => 'com.lostdomain.whatpulse',
2014-09-18 19:58:00 +08:00
:quit => 'com.whatpulse.mac'
2013-12-18 15:41:25 +08:00
end