Fernando Paredes
11 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
class SoundflowerUltraschall < Cask |
|||
version '1.0' |
|||
sha256 '6e37689eb27db942189e18b970916c1d4576026cac9668fceed214201dc25149' |
|||
|
|||
url "https://github.com/MariusE/Soundflower-Ultraschall-Edition/releases/download/1.0/Soundflower-#{version}.dmg" |
|||
homepage 'https://github.com/MariusE/Soundflower-Ultraschall-Edition' |
|||
|
|||
install 'Soundflower.pkg', :allow_untrusted => true |
|||
uninstall :pkgutil => 'com.cycling74.soundflower*', |
|||
:files => '/Applications/Soundflower' |
|||
caveats do |
|||
reboot |
|||
end |
|||
end |
Loading…
Reference in new issue