excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / splice.rb
blob0184170f624d3beeccb50516f5c4855996750397
1 cask "splice" do
2   arch arm: "arm64", intel: "x64"
4   version "5.1.9"
5   sha256 :no_check
7   url "https://desktop.splice.com/darwin/stable/#{arch}/Splice.app.zip"
8   name "Splice"
9   desc "Cloud-based music creation and collaboration platform"
10   homepage "https://splice.com/"
12   livecheck do
13     url "https://api.splice.com/v2/desktop/darwin/stable/latest?v=0.0.0"
14     strategy :json do |json|
15       json["name"]
16     end
17   end
19   app "Splice.app"
21   uninstall quit: "com.splice.Splice"
23   zap trash: [
24     "~/Library/Application Support/*Splice*",
25     "~/Library/Caches/com.splice*",
26     "~/Library/Preferences/com.splice*",
27   ]
28 end