Reformat grandtotal.rb according to readability conventions

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

View File

@ -1,8 +1,10 @@
class Grandtotal < Cask class Grandtotal < Cask
version 'latest'
sha256 :no_check
url 'http://www.mediaatelier.com/GrandTotal3/download.php' url 'http://www.mediaatelier.com/GrandTotal3/download.php'
appcast 'http://mediaatelier.com/GrandTotal3/feed.php' appcast 'http://mediaatelier.com/GrandTotal3/feed.php'
homepage 'http://www.mediaatelier.com/GrandTotal3/' homepage 'http://www.mediaatelier.com/GrandTotal3/'
version 'latest'
sha256 :no_check
link 'GrandTotal.app' link 'GrandTotal.app'
end end