homebrew-cask/Casks/sound-control.rb

16 lines
546 B
Ruby

cask 'sound-control' do
version '2.2.1'
sha256 'db8ce136ec14c15dd73470233b71265f9af17ab809bb3e69cf7139999adc81a4'
# staticz.net was verified as official when first introduced to the cask
url "http://staticz.net/downloads/SoundControlInstaller_#{version}.dmg"
name 'Sound Control'
homepage 'https://staticz.com/soundcontrol/'
pkg 'Sound Control Installer.pkg'
uninstall launchctl: 'com.staticz.soundcontrol.*',
quit: 'com.staticz.SoundControl',
pkgutil: 'com.staticz.installer.soundcontrol.*'
end