excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / surge-xt.rb
blob92cc20c5b0dba31e37da203f6a8b6c996095af26
1 cask "surge-xt" do
2   version "1.3.4"
3   sha256 "b56e8d51a8dc2382ae668c9ff4e96bae38dbd452af4e584d5a5ef50ab2d09b07"
5   url "https://github.com/surge-synthesizer/releases-xt/releases/download/#{version}/surge-xt-macOS-#{version}.dmg",
6       verified: "github.com/surge-synthesizer/releases-xt/"
7   name "Surge XT"
8   desc "Hybrid synthesiser"
9   homepage "https://surge-synthesizer.github.io/"
11   pkg "surge-xt-macOS-#{version}.pkg"
13   uninstall pkgutil: [
14               "com.surge-synth-team.surge-xt-fx.app.pkg",
15               "com.surge-synth-team.surge-xt-fx.component.pkg",
16               "com.surge-synth-team.surge-xt-fx.vst3.pkg",
17               "com.surge-synth-team.surge-xt.app.pkg",
18               "com.surge-synth-team.surge-xt.component.pkg",
19               "com.surge-synth-team.surge-xt.resources.pkg",
20               "com.surge-synth-team.surge-xt.vst3.pkg",
21               "org.surge-synth-team.surge-xt-fx.app.pkg",
22               "org.surge-synth-team.surge-xt-fx.clap.pkg",
23               "org.surge-synth-team.surge-xt-fx.component.pkg",
24               "org.surge-synth-team.surge-xt-fx.vst3.pkg",
25               "org.surge-synth-team.surge-xt.app.pkg",
26               "org.surge-synth-team.surge-xt.clap.pkg",
27               "org.surge-synth-team.surge-xt.component.pkg",
28               "org.surge-synth-team.surge-xt.resources.pkg",
29               "org.surge-synth-team.surge-xt.vst3.pkg",
30             ],
31             delete:  [
32               "/Applications/Surge XT Effects.app",
33               "/Applications/Surge XT.app",
34             ]
36   # No zap stanza required
37 end