homebrew-cask/Casks/lidarr.rb

13 lines
447 B
Ruby
Raw Normal View History

cask 'lidarr' do
2018-10-12 05:06:32 +08:00
version '0.4.0.524'
sha256 '947133b1b3ed5cc6e246aac5ae69c7b3a6161aa44845a946e79d0780d7f832ca'
# github.com/lidarr/Lidarr was verified as official when first introduced to the cask
url "https://github.com/lidarr/Lidarr/releases/download/v#{version}/Lidarr.develop.#{version}.osx-app.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/lidarr/Lidarr/releases.atom'
name 'Lidarr'
2018-10-07 13:41:35 +08:00
homepage 'https://lidarr.audio/'
app 'Lidarr.app'
end