excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / waves-central.rb
blob75702ff20c5b99e1155983a792bf3c49600873cd
1 cask "waves-central" do
2   version "15.2.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
17   app "Waves Central.app"
19   zap trash: [
20     "~/Library/Application Support/Waves Audio",
21     "~/Library/Application Support/Waves Central",
22     "~/Library/Preferences/com.WavesAudio.central.plist",
23     "~/Library/Saved Application State/com.WavesAudio.central.savedState",
24   ]
25 end