You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
484 B
11 lines
484 B
class SoundflowerUltraschall < Cask
|
|
version '1.0'
|
|
sha256 '6e37689eb27db942189e18b970916c1d4576026cac9668fceed214201dc25149'
|
|
|
|
url "https://github.com/MariusE/Soundflower-Ultraschall-Edition/releases/download/#{version}/Soundflower-#{version}.dmg"
|
|
homepage 'https://github.com/MariusE/Soundflower-Ultraschall-Edition'
|
|
|
|
pkg 'Soundflower.pkg', :allow_untrusted => true
|
|
uninstall :pkgutil => 'com.cycling74.soundflower*',
|
|
:delete => '/Applications/Soundflower'
|
|
end
|
|
|