Reformat openttd.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:33 +02:00
parent df7a21fe36
commit 243de338bb
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Openttd < Cask class Openttd < Cask
url 'http://binaries.openttd.org/releases/1.4.1/openttd-1.4.1-macosx-universal.zip'
homepage 'http://openttd.org'
version '1.4.1' version '1.4.1'
sha256 '61987f2260375c800ac20f851b43e833a3377c7b961cc337a93353ab50e5bb40' sha256 '61987f2260375c800ac20f851b43e833a3377c7b961cc337a93353ab50e5bb40'
url 'http://binaries.openttd.org/releases/1.4.1/openttd-1.4.1-macosx-universal.zip'
homepage 'http://openttd.org'
link 'OpenTTD.app' link 'OpenTTD.app'
end end