excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / listen1.rb
blob193fb9813c0002ba6eaeef3150df1f1060e6252c
1 cask "listen1" do
2   # NOTE: "1" is not a version number, but an intrinsic part of the product name
3   arch arm: "arm64", intel: "x64"
5   version "2.32.0"
6   sha256 arm:   "9bcc4b7a3d794165e53a95b1c65c9d9dcd1d751e2ee5992b56b8347adfb26b52",
7          intel: "3519edb3e7bb3711e271bac9d809f4ef3a73ebed58eff84edb47fba401fe48ea"
9   url "https://github.com/listen1/listen1_desktop/releases/download/v#{version}/Listen1_#{version}_mac_#{arch}.dmg",
10       verified: "github.com/listen1/listen1_desktop/"
11   name "Listen 1"
12   desc "Search and play songs from a variety of online sources"
13   homepage "https://listen1.github.io/listen1/"
15   depends_on macos: ">= :el_capitan"
17   app "Listen1.app"
19   zap trash: [
20     "~/Library/Application Support/listen1",
21     "~/Library/Preferences/com.listen1.listen1.plist",
22   ]
23 end