homebrew-cask/Casks/lidarr.rb

13 lines
447 B
Ruby
Raw Normal View History

cask 'lidarr' do
2018-07-24 01:34:35 +08:00
version '0.3.1.471'
sha256 '475071405fb0bb96a4fd098d6f02fa2709497d0a15135ece42be4c84aa967013'
# 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