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-29 11:12:23 +08:00
version '2.2.1'
sha256 'db8ce136ec14c15dd73470233b71265f9af17ab809bb3e69cf7139999adc81a4'
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