Reformat dispcalgui.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:07 +02:00
parent ba3582f1b8
commit 242543a5fc
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Dispcalgui < Cask class Dispcalgui < Cask
url 'http://dispcalgui.hoech.net/download/dispcalGUI.dmg'
homepage 'http://dispcalgui.hoech.net'
version 'latest' version 'latest'
sha256 :no_check sha256 :no_check
url 'http://dispcalgui.hoech.net/download/dispcalGUI.dmg'
homepage 'http://dispcalgui.hoech.net'
link 'dispcalGUI.app' link 'dispcalGUI.app'
end end