homebrew-cask/Casks/bose-soundtouch.rb

22 lines
847 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bose-soundtouch' do
version '13.0.13.16800'
sha256 '8e0bf45c017f074c449e4031a920b5344bc82a8e1ffac32beadd0274b8197f8d'
2015-11-17 02:03:43 +08:00
# bose.com was verified as official when first introduced to the cask
2016-07-16 16:29:40 +08:00
url "https://worldwide.bose.com/downloads/assets/updates/soundtouch/SoundTouch-#{version}-osx-10.9-installer.app.dmg"
2015-11-17 02:03:43 +08:00
name 'Bose Soundtouch Controller App'
homepage 'https://www.soundtouch.com'
depends_on macos: '>= :mavericks'
2015-11-17 02:03:43 +08:00
installer script: 'SoundTouch-osx-installer.app/Contents/MacOS/installbuilder.sh',
args: %w[--mode unattended],
sudo: true
2015-11-17 02:03:43 +08:00
uninstall script: {
executable: '/Applications/SoundTouch/uninstall.app/Contents/MacOS/installbuilder.sh',
args: %w[--mode unattended],
sudo: true,
}
2015-11-17 02:03:43 +08:00
end