[Cask] Add Scarlett Control

This commit is contained in:
Nikolai Rodionov 2023-01-25 18:02:16 +01:00
parent f403e58c90
commit fbd7900b34
2 changed files with 9 additions and 4 deletions

View File

@ -0,0 +1,9 @@
cask 'scarlett-focusrite-control' do
version '3.11.0'
sha256 '6563ce66aaec2cb24a31bc8bc91f0d819ecaafc515559f6a692c3c0d766c210c'
url "https://fael-downloads-prod.focusrite.com/customer/prod/downloads/Focusrite%20Control%20-%20#{version}.1983.dmg"
name 'Focusrite Control'
homepage 'https://focusrite.com/en/focusrite-control'
pkg "Focusrite Control.pkg"
uninstall pkgutil: "com.focusrite.FocusriteControl"
end

View File

@ -1,15 +1,11 @@
cask 'valhalla-dsp-supermassive' do cask 'valhalla-dsp-supermassive' do
version '2.5.0' version '2.5.0'
sha256 '427a5226a84d757a65869a938d093217f4b7478213954af9fec14f15d2ea148b' sha256 '427a5226a84d757a65869a938d093217f4b7478213954af9fec14f15d2ea148b'
# :base_dir was verified as official when first introduced to the cask
url "https://valhallaproduction.s3.us-west-2.amazonaws.com/supermassive/ValhallaSupermassiveOSX_#{version.dots_to_underscores}.zip" url "https://valhallaproduction.s3.us-west-2.amazonaws.com/supermassive/ValhallaSupermassiveOSX_#{version.dots_to_underscores}.zip"
name 'Valhalla DSP Supermassive' name 'Valhalla DSP Supermassive'
homepage 'https://valhalladsp.com/shop/reverb/valhalla-supermassive/' homepage 'https://valhalladsp.com/shop/reverb/valhalla-supermassive/'
pkg "ValhallaSupermassiveOSX.pkg" pkg "ValhallaSupermassiveOSX.pkg"
uninstall pkgutil: "com.valhalladsp.supermassive.*" uninstall pkgutil: "com.valhalladsp.supermassive.*"
zap delete: [ zap delete: [
'/Library/Application Support/Valhalla DSP, LLC/ValhallaSupermassive', '/Library/Application Support/Valhalla DSP, LLC/ValhallaSupermassive',
] ]