mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
620 B
Ruby
26 lines
620 B
Ruby
cask "idagio" do
|
|
version "1.9.10"
|
|
sha256 "3247451dc43ae9a9c7b8f6425edac4457c19d3c6ac1123e6ec7c572fade1280d"
|
|
|
|
url "https://dl.idagio.com/IDAGIO-#{version}.dmg"
|
|
name "IDAGIO"
|
|
desc "Classical music streaming app"
|
|
homepage "https://www.idagio.com/"
|
|
|
|
livecheck do
|
|
url "https://dl.idagio.com/latest-mac.yml"
|
|
strategy :electron_builder
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "IDAGIO.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/IDAGIO",
|
|
"~/Library/Logs/IDAGIO",
|
|
"~/Library/Preferences/com.idagio.desktop.plist",
|
|
"~/Library/Saved Application State/com.idagio.desktop.savedState",
|
|
]
|
|
end
|