mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
33 lines
960 B
Ruby
33 lines
960 B
Ruby
cask "plexamp" do
|
|
arch arm: "-arm64"
|
|
|
|
version "4.9.0"
|
|
sha256 arm: "710d578e18399a2ddfb621d7abb94d3f1bdd70e6d7a063a991182973edf410c9",
|
|
intel: "ca593afe7d51be539d299c72cf1d26657e133c2812fa24cf9714ec1b34f9dae6"
|
|
|
|
url "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-#{version}#{arch}.dmg",
|
|
verified: "plexamp.plex.tv/"
|
|
name "Plexamp"
|
|
desc "Music player focusing on visuals"
|
|
homepage "https://plexamp.com/"
|
|
|
|
livecheck do
|
|
url "https://plexamp.plex.tv/plexamp.plex.tv/desktop/latest-mac.yml"
|
|
strategy :electron_builder
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "Plexamp.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Caches/plexamp-updater",
|
|
"~/Library/Application Support/Plexamp",
|
|
"~/Library/Caches/Plexamp",
|
|
"~/Library/Caches/tv.plex.plexamp*",
|
|
"~/Library/Logs/Plexamp",
|
|
"~/Library/Preferences/tv.plex.plexamp.plist",
|
|
"~/Library/Saved Application State/tv.plex.plexamp.savedState",
|
|
]
|
|
end
|