homebrew-cask/Casks/radarr.rb

19 lines
556 B
Ruby

cask 'radarr' do
version '0.2.0.1450'
sha256 '6891cd4e087c2c49fdf1ddc0fcb07c6ecc2f8267b18f32e804117333248a3acc'
# 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.develop.#{version}.osx-app.zip"
appcast 'https://github.com/Radarr/Radarr/releases.atom'
name 'Radarr'
homepage 'https://radarr.video/'
depends_on formula: 'mono'
app 'Radarr.app'
preflight do
set_permissions "#{staged_path}/Radarr.app", '0755'
end
end