homebrew-cask/Casks/listen1.rb

22 lines
767 B
Ruby

cask "listen1" do
# NOTE: "1" is not a version number, but an intrinsic part of the product name
arch arm: "arm64", intel: "x64"
version "2.27.0"
sha256 arm: "85d0a0d48508e0bfbd8b10ae87094b525f7561f84d8f814ac09281f1961fa059",
intel: "5619912eac96dad409228bc924acb73d320a0ca16c761c7d3cfff6f00dcd12b7"
url "https://github.com/listen1/listen1_desktop/releases/download/v#{version}/Listen1_#{version}_mac_#{arch}.dmg",
verified: "github.com/listen1/listen1_desktop/"
name "Listen 1"
desc "Search and play songs from a variety of online sources"
homepage "https://listen1.github.io/listen1/"
app "Listen1.app"
zap trash: [
"~/Library/Application Support/listen1",
"~/Library/Preferences/com.listen1.listen1.plist",
]
end