Added Soundflower

- a few tweaks for new install/uninstall syntax
- lowercased filename

closes #718

Signed-off-by: phinze <paul.t.hinze@gmail.com>
This commit is contained in:
David Baumgold 2013-07-09 22:38:33 -04:00 committed by phinze
parent a7286a6819
commit 3d8e73d0b1
1 changed files with 8 additions and 0 deletions

8
Casks/soundflower.rb Normal file
View File

@ -0,0 +1,8 @@
class Soundflower < Cask
url 'https://soundflower.googlecode.com/files/Soundflower-1.6.6b.dmg'
homepage 'https://code.google.com/p/soundflower/'
version '1.6.6b'
sha1 '9c94abe7dd59eb25bb167efee4a14350a3e9dd90'
install 'Soundflower.pkg'
uninstall :pkgutil => 'com.cycling74.soundflower.*'
end