Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / w / waves-central.rb
blob9b41f7d8ccab0a014f8380ec2cc8e518b484e60f
1 cask "waves-central" do
2   version "15.3.3"
3   sha256 :no_check
5   url "https://cf-installers.waves.com/WavesCentral/Install_Waves_Central.dmg"
6   name "Waves Central"
7   desc "Client to install and activate Waves products"
8   homepage "https://www.waves.com/"
10   livecheck do
11     url "https://register.waves.com/Autoupdate/Updates/ByProductId/1/latest-mac.yml"
12     strategy :electron_builder
13   end
15   auto_updates true
16   depends_on macos: ">= :catalina"
18   app "Waves Central.app"
20   zap trash: [
21     "~/Library/Application Support/Waves Audio",
22     "~/Library/Application Support/Waves Central",
23     "~/Library/Preferences/com.WavesAudio.central.plist",
24     "~/Library/Saved Application State/com.WavesAudio.central.savedState",
25   ]
26 end