Reformat sabnzbd.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:40 +02:00
parent 949d89873b
commit 48e347f083
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Sabnzbd < Cask class Sabnzbd < Cask
url 'https://downloads.sourceforge.net/project/sabnzbdplus/sabnzbdplus/0.7.17/SABnzbd-0.7.17-osx.dmg'
homepage 'http://sabnzbd.org/'
version '0.7.17' version '0.7.17'
sha256 '31cf257d951afbd0527f13969ba673808594f2b883c1aa8f532296db7b26d5e1' sha256 '31cf257d951afbd0527f13969ba673808594f2b883c1aa8f532296db7b26d5e1'
url 'https://downloads.sourceforge.net/project/sabnzbdplus/sabnzbdplus/0.7.17/SABnzbd-0.7.17-osx.dmg'
homepage 'http://sabnzbd.org/'
link '10.8(M-Lion) 10.9(Mavericks)/SABnzbd.app' link '10.8(M-Lion) 10.9(Mavericks)/SABnzbd.app'
end end