13 lines
551 B
Ruby
13 lines
551 B
Ruby
cask 'valhalla-dsp-supermassive' do
|
|
version '4.0.0v4'
|
|
sha256 '6f64b1401cc788877bc19ad07b1d52039196b268702fdd1f458388b2f9954377'
|
|
url "https://valhallaproduction.s3.us-west-2.amazonaws.com/supermassive/ValhallaSupermassiveOSX_#{version.dots_to_underscores}.dmg"
|
|
name 'Valhalla DSP Supermassive'
|
|
homepage 'https://valhalladsp.com/shop/reverb/valhalla-supermassive/'
|
|
uninstall pkgutil: "com.valhalladsp.supermassive.*"
|
|
zap delete: [
|
|
'/Library/Application Support/Valhalla DSP, LLC/ValhallaSupermassive',
|
|
]
|
|
end
|
|
|