mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
547 B
Ruby
22 lines
547 B
Ruby
cask "lidarr" do
|
|
version "1.4.5.3639"
|
|
sha256 "3474149cf87a9dfff50d5a9cc5d368389871ee16b6be397e5e4b62dd04b7e9ad"
|
|
|
|
url "https://github.com/lidarr/Lidarr/releases/download/v#{version}/Lidarr.master.#{version}.osx-app-core-x64.zip",
|
|
verified: "github.com/lidarr/Lidarr/"
|
|
name "Lidarr"
|
|
desc "Looks and smells like Sonarr but made for music"
|
|
homepage "https://lidarr.audio/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Lidarr.app"
|
|
|
|
zap trash: "~/.config/Lidarr/"
|
|
end
|