homebrew-cask/Casks/soundtoys.rb

16 lines
612 B
Ruby
Raw Normal View History

2016-07-15 18:59:41 +08:00
cask 'soundtoys' do
version '5.2.0,12502'
sha256 'e991f754a07e636f2671538859033e5c60d73079097ed8725c241872a2c2e2bd'
2016-07-15 18:59:41 +08:00
# s3.amazonaws.com/soundtoys5 was verified as official when first introduced to the cask
2016-07-15 19:02:47 +08:00
url "https://s3.amazonaws.com/soundtoys5/#{version.after_comma}/Soundtoys#{version.major}_#{version.before_comma}.#{version.after_comma}.dmg"
2016-07-15 18:59:41 +08:00
name 'Soundtoys Bundle'
2016-08-05 19:07:01 +08:00
homepage "https://www.soundtoys.com/product/soundtoys-#{version.major}/"
2016-07-15 18:59:41 +08:00
pkg "Install Soundtoys #{version.major}.pkg"
uninstall pkgutil: 'com.soundtoys.com.soundtoys.Soundtoys*'
zap pkgutil: 'com.paceap.pkg.eden.*'
end