homebrew-cask/Casks/sound-control.rb

16 lines
546 B
Ruby
Raw Normal View History

2018-01-29 01:07:48 +08:00
cask 'sound-control' do
2018-03-23 02:32:33 +08:00
version '2.2.0'
sha256 '6b5c30e51713351679d052f9d315f48b77e04e7e95a01fec1fba53e7424c0c31'
2018-01-29 01:07:48 +08:00
2018-03-23 02:32:33 +08:00
# staticz.net was verified as official when first introduced to the cask
url "http://staticz.net/downloads/SoundControlInstaller_#{version}.dmg"
2018-01-29 01:07:48 +08:00
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