Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / s / splice.rb
blobfdeb944d2e6f9970273bf2260eef628348e1c433
1 cask "splice" do
2   arch arm: "arm64", intel: "x64"
4   version "5.2.6"
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   depends_on macos: ">= :catalina"
21   app "Splice.app"
23   uninstall quit: "com.splice.Splice"
25   zap trash: [
26     "~/Library/Application Support/*Splice*",
27     "~/Library/Caches/com.splice*",
28     "~/Library/Preferences/com.splice*",
29   ]
30 end