homebrew-cask/Casks/lidarr.rb

20 lines
513 B
Ruby

cask "lidarr" do
version "0.8.1.2135"
sha256 "cb11dffaf2b4aa800adfb3540e10ea7723b3f5cc379cf2f4486a2836712f1991"
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"
end