homebrew-cask/Casks/radarr.rb

20 lines
627 B
Ruby

cask "radarr" do
version "3.0.1.4259"
sha256 "fe54a06eb7ad52facd0f449d76c1c7fdc8d8ca4433ed1916af80091508bdbefb"
# github.com/Radarr/Radarr/ was verified as official when first introduced to the cask
url "https://github.com/Radarr/Radarr/releases/download/v#{version}/Radarr.master.#{version}.osx-app-core-x64.zip"
appcast "https://github.com/Radarr/Radarr/releases.atom"
name "Radarr"
desc "Fork of Sonarr to work with movies à la Couchpotato"
homepage "https://radarr.video/"
depends_on formula: "mono"
app "Radarr.app"
preflight do
set_permissions "#{staged_path}/Radarr.app", "0755"
end
end