homebrew-cask/Casks/radarr.rb

13 lines
448 B
Ruby
Raw Normal View History

cask 'radarr' do
2018-05-06 22:31:23 +08:00
version '0.2.0.1067'
sha256 'bb0885cb03ad8b15811f1ff60439fafe45b699e51d47b6bc4c072242b18d2c78'
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/Radarr/Radarr/releases.atom'
name 'Radarr'
homepage 'https://radarr.video/'
app 'Radarr.app'
end